Html Css Color HEX #36BB2A Lime Green

📋 copy color: '#36BB2A'

red 54 ◦ green 187 ◦ blue 42

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

Shades of Lime Green #36BB2A

Tints of Lime Green #36BB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.84%

R = 19.08%
G = 66.08%
B = 14.84%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#36BB2A (or 0x36BB2A) is known color: Lime Green. HEX triplet: 36, BB and 2A. RGB value is (54,187,42). Sum of RGB (Red+Green+Blue) = 54+187+42=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 187 (73.44% from 255 or 66.08% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 187 - color contains mainly: green. Hex color #36BB2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BB2A is #C944D5. Grayscale: #838383. Windows color (decimal): -13190358 or 2800438. OLE color: 2800438.

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

Color convert

RGB 54 187 42 -
CMYK 0.71 0 0.78 0.27
HSL 115.03º 0.63% 0.45% -
HSV(B) 115.03º 0.78% 0.73% -
XYZ 19.71 36.49 8.2 -
YUV 130.7 77.94 73.29 -
System Red Green Blue C M Y K H S L
Decimal 54 187 42 0.71 0 0.78 0.27 115.03 0.63 0.45
Hex 36 BB 2A 47 0 4E 1B 73 3F 2D
Octal 66 273 52 107 0 116 33 163 77 55
Binary 110110 10111011 101010 1000111 0 1001110 11011 1110011 111111 101101

Color Harmonies of #36BB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36BB2A

Black with #36BB2A

Text Example


Text Example

White with #36BB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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