Html Css Color HEX #36BA42 Lime Green

📋 copy color: '#36BA42'

red 54 ◦ green 186 ◦ blue 66

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

Shades of Lime Green #36BA42

Tints of Lime Green #36BA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60.78%

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

R = 17.65%
G = 60.78%
B = 21.57%

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

#36BA42 (or 0x36BA42) is known color: Lime Green. HEX triplet: 36, BA and 42. RGB value is (54,186,66). Sum of RGB (Red+Green+Blue) = 54+186+66=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 186 (73.05% from 255 or 60.78% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 186 - color contains mainly: green. Hex color #36BA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BA42 is #C945BD. Grayscale: #858585. Windows color (decimal): -13190590 or 4373046. OLE color: 4373046.

HSL color Cylindrical-coordinate representation of color #36BA42: hue angle of 125.45º 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 #36BA42 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 186 66 -
CMYK 0.71 0 0.65 0.27
HSL 125.45º 0.55% 0.47% -
HSV(B) 125.45º 0.71% 0.73% -
XYZ 20.06 36.3 11.1 -
YUV 132.85 90.27 71.76 -
System Red Green Blue C M Y K H S L
Decimal 54 186 66 0.71 0 0.65 0.27 125.45 0.55 0.47
Hex 36 BA 42 47 0 41 1B 7D 37 2F
Octal 66 272 102 107 0 101 33 175 67 57
Binary 110110 10111010 1000010 1000111 0 1000001 11011 1111101 110111 101111

Color Harmonies of #36BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36BA42

Black with #36BA42

Text Example


Text Example

White with #36BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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