#35EF44

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

Shades of Lime Green #35EF44

Tints of Lime Green #35EF44

Color information

#35EF44 (or 0x35EF44) is unknown color: approx Lime Green. HEX triplet: 35, EF and 44. RGB value is (53,239,68). Sum of RGB (Red+Green+Blue) = 53+239+68=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 239 (93.75% from 255 or 66.39% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 239 - color contains mainly: green. Hex color #35EF44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35EF44 is #CA10BB. Grayscale: #A4A4A4. Windows color (decimal): -13242556 or 4517685. OLE color: 4517685.

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

Color convert

RGB5323968-
CMYK0.7800.720.06
HSL124.84º85.32%57.25%-
HSV(B)124.84º77.82%93.73%-
XYZ33.3862.9115.85-
YUV163.8973.8848.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.72%
GREEN value IS 239 (93.75% from 255) = 66.39%
BLUE value IS 68 (26.95% from 255) = 18.89%
R=14.72%
G=66.39%
B=18.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal53239680.7800.720.06124.8485.3257.25
Hex35EF444E04867d5539
Octal653571041160110617512571
Binary11010111101111100010010011100100100011011111011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,239,68); }

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

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

 a { background-color: rgb(53,239,68); }

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

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

 span { border-color: rgb(53,239,68); }

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