Html Css Color HEX #36BB42 Lime Green

📋 copy color: '#36BB42'

red 54 ◦ green 187 ◦ blue 66

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

Shades of Lime Green #36BB42

Tints of Lime Green #36BB42

RGB

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

 GREEN value IS 187 (73.44% from 255) = 60.91%

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

R = 17.59%
G = 60.91%
B = 21.5%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#36BB42 (or 0x36BB42) is known color: Lime Green. HEX triplet: 36, BB and 42. RGB value is (54,187,66). Sum of RGB (Red+Green+Blue) = 54+187+66=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 187 (73.44% from 255 or 60.91% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 187 - color contains mainly: green. Hex color #36BB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BB42 is #C944BD. Grayscale: #858585. Windows color (decimal): -13190334 or 4373302. OLE color: 4373302.

HSL color Cylindrical-coordinate representation of color #36BB42: hue angle of 125.41º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BB42 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 187 66 -
CMYK 0.71 0 0.65 0.27
HSL 125.41º 0.55% 0.47% -
HSV(B) 125.41º 0.71% 0.73% -
XYZ 20.28 36.72 11.17 -
YUV 133.44 89.94 71.34 -
System Red Green Blue C M Y K H S L
Decimal 54 187 66 0.71 0 0.65 0.27 125.41 0.55 0.47
Hex 36 BB 42 47 0 41 1B 7D 37 2F
Octal 66 273 102 107 0 101 33 175 67 57
Binary 110110 10111011 1000010 1000111 0 1000001 11011 1111101 110111 101111

Color Harmonies of #36BB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36BB42

Black with #36BB42

Text Example


Text Example

White with #36BB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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