#35FE3E

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

Shades of Lime Green #35FE3E

Tints of Lime Green #35FE3E

Color information

#35FE3E (or 0x35FE3E) is unknown color: approx Lime Green. HEX triplet: 35, FE and 3E. RGB value is (53,254,62). Sum of RGB (Red+Green+Blue) = 53+254+62=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 254 (99.61% from 255 or 68.83% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 254 - color contains mainly: green. Hex color #35FE3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35FE3E is #CA01C1. Grayscale: #ACACAC. Windows color (decimal): -13238722 or 4128309. OLE color: 4128309.

HSL color Cylindrical-coordinate representation of color #35FE3E: hue angle of 122.69º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FE3E is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.

Color convert

RGB5325462-
CMYK0.7900.760.00
HSL122.69º99.01%60.2%-
HSV(B)122.69º79.13%99.61%-
XYZ37.7871.9916.46-
YUV172.0165.9143.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.36%
GREEN value IS 254 (99.61% from 255) = 68.83%
BLUE value IS 62 (24.61% from 255) = 16.80%
R=14.36%
G=68.83%
B=16.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal53254620.7900.760.00122.6999.0160.2
Hex35FE3E4F04C07b633c
Octal65376761170114017314374
Binary11010111111110111110100111101001100011110111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,254,62); }

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

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

 a { background-color: rgb(53,254,62); }

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

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

 span { border-color: rgb(53,254,62); }

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