#35ED36

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

Shades of Lime Green #35ED36

Tints of Lime Green #35ED36

Color information

#35ED36 (or 0x35ED36) is unknown color: approx Lime Green. HEX triplet: 35, ED and 36. RGB value is (53,237,54). Sum of RGB (Red+Green+Blue) = 53+237+54=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 237 (92.97% from 255 or 68.90% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 237 - color contains mainly: green. Hex color #35ED36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35ED36 is #CA12C9. Grayscale: #A1A1A1. Windows color (decimal): -13243082 or 3599669. OLE color: 3599669.

HSL color Cylindrical-coordinate representation of color #35ED36: hue angle of 120.33º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35ED36 is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB5323754-
CMYK0.7800.770.07
HSL120.33º83.64%56.86%-
HSV(B)120.33º77.64%92.94%-
XYZ32.4261.5913.67-
YUV161.1267.5450.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.41%
GREEN value IS 237 (92.97% from 255) = 68.90%
BLUE value IS 54 (21.48% from 255) = 15.70%
R=15.41%
G=68.90%
B=15.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal53237540.7800.770.07120.3383.6456.86
Hex35ED364E04D7785439
Octal65355661160115717012471
Binary1101011110110111011010011100100110111111110001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ED36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,237,54); }

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

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

 a { background-color: rgb(53,237,54); }

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

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

 span { border-color: rgb(53,237,54); }

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