Html Css Color HEX #36DE42 Lime Green

📋 copy color: '#36DE42'

red 54 ◦ green 222 ◦ blue 66

#36DE42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #36DE42

Tints of Lime Green #36DE42

RGB

 RED value IS 54 (21.48% from 255) = 15.79%

 GREEN value IS 222 (87.11% from 255) = 64.91%

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 15.79%
G = 64.91%
B = 19.3%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#36DE42 (or 0x36DE42) is known color: Lime Green. HEX triplet: 36, DE and 42. RGB value is (54,222,66). Sum of RGB (Red+Green+Blue) = 54+222+66=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 222 (87.11% from 255 or 64.91% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 222 - color contains mainly: green. Hex color #36DE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DE42 is #C921BD. Grayscale: #9A9A9A. Windows color (decimal): -13181374 or 4382262. OLE color: 4382262.

HSL color Cylindrical-coordinate representation of color #36DE42: hue angle of 124.29º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36DE42 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 222 66 -
CMYK 0.76 0 0.70 0.13
HSL 124.29º 0.72% 0.54% -
HSV(B) 124.29º 0.76% 0.87% -
XYZ 28.63 53.42 13.96 -
YUV 153.98 78.34 56.68 -
System Red Green Blue C M Y K H S L
Decimal 54 222 66 0.76 0 0.70 0.13 124.29 0.72 0.54
Hex 36 DE 42 4C 0 46 D 7C 48 36
Octal 66 336 102 114 0 106 15 174 110 66
Binary 110110 11011110 1000010 1001100 0 1000110 1101 1111100 1001000 110110

Color Harmonies of #36DE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DE42

Black with #36DE42

Text Example


Text Example

White with #36DE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36DE42; }

 p { color: rgb(54,222,66); }

 H1.HeaderClassName
 {
   color: #36DE42;
 }
 .AnyTagClassName
 {
   color: #36DE42;
 }
</style>

background-color css

<style>
 a { background-color: #36DE42; }

 a { background-color: rgb(54,222,66); }

 div.DivClassName
 {
   background-color: #36DE42;
 }
 .BgClassName
 {
   background-color: #36DE42;
 }
</style>

border-color css

<style>
 span { border-color: #36DE42; }

 span { border-color: rgb(54,222,66); }

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