Html Css Color HEX #36BC40 Lime Green

📋 copy color: '#36BC40'

red 54 ◦ green 188 ◦ blue 64

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

Shades of Lime Green #36BC40

Tints of Lime Green #36BC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.92%

R = 17.65%
G = 61.44%
B = 20.92%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#36BC40 (or 0x36BC40) is known color: Lime Green. HEX triplet: 36, BC and 40. RGB value is (54,188,64). Sum of RGB (Red+Green+Blue) = 54+188+64=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #36BC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BC40 is #C943BF. Grayscale: #868686. Windows color (decimal): -13190080 or 4242486. OLE color: 4242486.

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

Color convert

RGB 54 188 64 -
CMYK 0.71 0 0.66 0.26
HSL 124.48º 0.55% 0.47% -
HSV(B) 124.48º 0.71% 0.74% -
XYZ 20.43 37.12 10.94 -
YUV 133.8 88.61 71.08 -
System Red Green Blue C M Y K H S L
Decimal 54 188 64 0.71 0 0.66 0.26 124.48 0.55 0.47
Hex 36 BC 40 47 0 42 1A 7C 37 2F
Octal 66 274 100 107 0 102 32 174 67 57
Binary 110110 10111100 1000000 1000111 0 1000010 11010 1111100 110111 101111

Color Harmonies of #36BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36BC40

Black with #36BC40

Text Example


Text Example

White with #36BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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