Html Css Color HEX #36D642 Lime Green

📋 copy color: '#36D642'

red 54 ◦ green 214 ◦ blue 66

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

Shades of Lime Green #36D642

Tints of Lime Green #36D642

RGB

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

 GREEN value IS 214 (83.98% from 255) = 64.07%

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

R = 16.17%
G = 64.07%
B = 19.76%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#36D642 (or 0x36D642) is known color: Lime Green. HEX triplet: 36, D6 and 42. RGB value is (54,214,66). Sum of RGB (Red+Green+Blue) = 54+214+66=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 214 (83.98% from 255 or 64.07% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 214 - color contains mainly: green. Hex color #36D642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D642 is #C929BD. Grayscale: #959595. Windows color (decimal): -13183422 or 4380214. OLE color: 4380214.

HSL color Cylindrical-coordinate representation of color #36D642: hue angle of 124.5º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D642 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 54 214 66 -
CMYK 0.75 0 0.69 0.16
HSL 124.5º 0.66% 0.53% -
HSV(B) 124.5º 0.75% 0.84% -
XYZ 26.55 49.27 13.27 -
YUV 149.29 80.99 60.03 -
System Red Green Blue C M Y K H S L
Decimal 54 214 66 0.75 0 0.69 0.16 124.5 0.66 0.53
Hex 36 D6 42 4B 0 45 10 7C 42 35
Octal 66 326 102 113 0 105 20 174 102 65
Binary 110110 11010110 1000010 1001011 0 1000101 10000 1111100 1000010 110101

Color Harmonies of #36D642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D642

Black with #36D642

Text Example


Text Example

White with #36D642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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