#35F02C

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

Shades of Lime Green #35F02C

Tints of Lime Green #35F02C

Color information

#35F02C (or 0x35F02C) is unknown color: approx Lime Green. HEX triplet: 35, F0 and 2C. RGB value is (53,240,44). Sum of RGB (Red+Green+Blue) = 53+240+44=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 240 (94.14% from 255 or 71.22% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 240 - color contains mainly: green. Hex color #35F02C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F02C is #CA0FD3. Grayscale: #A2A2A2. Windows color (decimal): -13242324 or 2945077. OLE color: 2945077.

HSL color Cylindrical-coordinate representation of color #35F02C: hue angle of 117.24º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #35F02C is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB5324044-
CMYK0.7800.820.06
HSL117.24º86.73%55.69%-
HSV(B)117.24º81.67%94.12%-
XYZ33.0863.2612.85-
YUV161.7461.5550.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.73%
GREEN value IS 240 (94.14% from 255) = 71.22%
BLUE value IS 44 (17.58% from 255) = 13.06%
R=15.73%
G=71.22%
B=13.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal53240440.7800.820.06117.2486.7355.69
Hex35F02C4E0526755738
Octal65360541160122616512770
Binary1101011111000010110010011100101001011011101011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,240,44); }

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

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

 a { background-color: rgb(53,240,44); }

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

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

 span { border-color: rgb(53,240,44); }

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