#35C12F

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

Shades of Lime Green #35C12F

Tints of Lime Green #35C12F

Color information

#35C12F (or 0x35C12F) is unknown color: approx Lime Green. HEX triplet: 35, C1 and 2F. RGB value is (53,193,47). Sum of RGB (Red+Green+Blue) = 53+193+47=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 193 (75.78% from 255 or 65.87% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 193 - color contains mainly: green. Hex color #35C12F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C12F is #CA3ED0. Grayscale: #868686. Windows color (decimal): -13254353 or 3129653. OLE color: 3129653.

HSL color Cylindrical-coordinate representation of color #35C12F: hue angle of 117.53º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35C12F is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB5319347-
CMYK0.7300.760.24
HSL117.53º60.83%47.06%-
HSV(B)117.53º75.65%75.69%-
XYZ21.0539.19.13-
YUV134.578.6269.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 193 (75.78% from 255) = 65.87%
BLUE value IS 47 (18.75% from 255) = 16.04%
R=18.09%
G=65.87%
B=16.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53193470.7300.760.24117.5360.8347.06
Hex35C12F4904C18763d2f
Octal65301571110114301667557
Binary11010111000001101111100100101001100110001110110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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