Html Css Color HEX #36BC2B Lime Green

📋 copy color: '#36BC2B'

red 54 ◦ green 188 ◦ blue 43

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

Shades of Lime Green #36BC2B

Tints of Lime Green #36BC2B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 65.96%

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 18.95%
G = 65.96%
B = 15.09%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#36BC2B (or 0x36BC2B) is known color: Lime Green. HEX triplet: 36, BC and 2B. RGB value is (54,188,43). Sum of RGB (Red+Green+Blue) = 54+188+43=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 188 (73.83% from 255 or 65.96% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 188 - color contains mainly: green. Hex color #36BC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BC2B is #C943D4. Grayscale: #838383. Windows color (decimal): -13190101 or 2866230. OLE color: 2866230.

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

Color convert

RGB 54 188 43 -
CMYK 0.71 0 0.77 0.26
HSL 115.45º 0.63% 0.45% -
HSV(B) 115.45º 0.77% 0.74% -
XYZ 19.94 36.93 8.36 -
YUV 131.4 78.11 72.79 -
System Red Green Blue C M Y K H S L
Decimal 54 188 43 0.71 0 0.77 0.26 115.45 0.63 0.45
Hex 36 BC 2B 47 0 4D 1A 73 3F 2D
Octal 66 274 53 107 0 115 32 163 77 55
Binary 110110 10111100 101011 1000111 0 1001101 11010 1110011 111111 101101

Color Harmonies of #36BC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36BC2B

Black with #36BC2B

Text Example


Text Example

White with #36BC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,188,43); }

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

background-color css

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

 a { background-color: rgb(54,188,43); }

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

border-color css

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

 span { border-color: rgb(54,188,43); }

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