#35E84F

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

Shades of Lime Green #35E84F

Tints of Lime Green #35E84F

Color information

#35E84F (or 0x35E84F) is unknown color: approx Lime Green. HEX triplet: 35, E8 and 4F. RGB value is (53,232,79). Sum of RGB (Red+Green+Blue) = 53+232+79=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 232 (91.02% from 255 or 63.74% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 232 - color contains mainly: green. Hex color #35E84F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35E84F is #CA17B0. Grayscale: #A1A1A1. Windows color (decimal): -13244337 or 5236789. OLE color: 5236789.

HSL color Cylindrical-coordinate representation of color #35E84F: hue angle of 128.72º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E84F is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB5323279-
CMYK0.7700.660.09
HSL128.72º79.56%55.88%-
HSV(B)128.72º77.16%90.98%-
XYZ31.7459.0317.12-
YUV161.0481.750.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.56%
GREEN value IS 232 (91.02% from 255) = 63.74%
BLUE value IS 79 (31.25% from 255) = 21.70%
R=14.56%
G=63.74%
B=21.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal53232790.7700.660.09128.7279.5655.88
Hex35E84F4D0429815038
Octal6535011711501021120112070
Binary1101011110100010011111001101010000101001100000011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,232,79); }

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

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

 a { background-color: rgb(53,232,79); }

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

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

 span { border-color: rgb(53,232,79); }

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