Html Css Color HEX #36EE42 Lime Green

📋 copy color: '#36EE42'

red 54 ◦ green 238 ◦ blue 66

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

Shades of Lime Green #36EE42

Tints of Lime Green #36EE42

RGB

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

 GREEN value IS 238 (93.36% from 255) = 66.48%

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

R = 15.08%
G = 66.48%
B = 18.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#36EE42 (or 0x36EE42) is known color: Lime Green. HEX triplet: 36, EE and 42. RGB value is (54,238,66). Sum of RGB (Red+Green+Blue) = 54+238+66=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 238 (93.36% from 255 or 66.48% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 238 - color contains mainly: green. Hex color #36EE42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36EE42 is #C911BD. Grayscale: #A3A3A3. Windows color (decimal): -13177278 or 4386358. OLE color: 4386358.

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

Color convert

RGB 54 238 66 -
CMYK 0.77 0 0.72 0.07
HSL 123.91º 0.84% 0.57% -
HSV(B) 123.91º 0.77% 0.93% -
XYZ 33.08 62.33 15.44 -
YUV 163.38 73.04 49.99 -
System Red Green Blue C M Y K H S L
Decimal 54 238 66 0.77 0 0.72 0.07 123.91 0.84 0.57
Hex 36 EE 42 4D 0 48 7 7C 54 39
Octal 66 356 102 115 0 110 7 174 124 71
Binary 110110 11101110 1000010 1001101 0 1001000 111 1111100 1010100 111001

Color Harmonies of #36EE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EE42

Black with #36EE42

Text Example


Text Example

White with #36EE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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