#35F139

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

Shades of Lime Green #35F139

Tints of Lime Green #35F139

Color information

#35F139 (or 0x35F139) is unknown color: approx Lime Green. HEX triplet: 35, F1 and 39. RGB value is (53,241,57). Sum of RGB (Red+Green+Blue) = 53+241+57=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 241 (94.53% from 255 or 68.66% from 351); Blue value is 57 (22.66% from 255 or 16.24% from 351); Max value from RGB is 241 - color contains mainly: green. Hex color #35F139 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F139 is #CA0EC6. Grayscale: #A4A4A4. Windows color (decimal): -13242055 or 3797301. OLE color: 3797301.

HSL color Cylindrical-coordinate representation of color #35F139: hue angle of 121.28º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F139 is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB5324157-
CMYK0.7800.760.05
HSL121.28º87.04%57.65%-
HSV(B)121.28º78.01%94.51%-
XYZ33.6663.9614.44-
YUV163.8167.7248.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.10%
GREEN value IS 241 (94.53% from 255) = 68.66%
BLUE value IS 57 (22.66% from 255) = 16.24%
R=15.10%
G=68.66%
B=16.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal53241570.7800.760.05121.2887.0457.65
Hex35F1394E04C579573a
Octal65361711160114517112772
Binary1101011111000111100110011100100110010111110011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,241,57); }

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

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

 a { background-color: rgb(53,241,57); }

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

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

 span { border-color: rgb(53,241,57); }

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