#35B12F

Color #35B12F Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #35B12F

Tints of Lime Green #35B12F

Color information

#35B12F (or 0x35B12F) is unknown color: approx Lime Green. HEX triplet: 35, B1 and 2F. RGB value is (53,177,47). Sum of RGB (Red+Green+Blue) = 53+177+47=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 177 (69.53% from 255 or 63.90% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 177 - color contains mainly: green. Hex color #35B12F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35B12F is #CA4ED0. Grayscale: #7D7D7D. Windows color (decimal): -13258449 or 3125557. OLE color: 3125557.

HSL color Cylindrical-coordinate representation of color #35B12F: hue angle of 117.23º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35B12F is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB5317747-
CMYK0.7000.730.31
HSL117.23º58.04%43.92%-
HSV(B)117.23º73.45%69.41%-
XYZ17.732.418.01-
YUV125.183.9276.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 177 (69.53% from 255) = 63.90%
BLUE value IS 47 (18.75% from 255) = 16.97%
R=19.13%
G=63.90%
B=16.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53177470.7000.730.31117.2358.0443.92
Hex35B12F460491F753a2c
Octal65261571060111371657254
Binary11010110110001101111100011001001001111111110101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35B12F; }

 p { color: rgb(53,177,47); }

 H1.HeaderClassName
 {
   color: #35B12F;
 }
 .AnyTagClassName
 {
   color: #35B12F;
 }
</style>
background-color css

<style>
 a { background-color: #35B12F; }

 a { background-color: rgb(53,177,47); }

 div.DivClassName
 {
   background-color: #35B12F;
 }
 .BgClassName
 {
   background-color: #35B12F;
 }
</style>
border-color css

<style>
 span { border-color: #35B12F; }

 span { border-color: rgb(53,177,47); }

 td.TdClassName
 {
   border-color: #35B12F;
 }
 .TagClassName
 {
   border-color: #35B12F;
 }
</style>