Html Css Color HEX #36BA40 Lime Green

📋 copy color: '#36BA40'

red 54 ◦ green 186 ◦ blue 64

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

Shades of Lime Green #36BA40

Tints of Lime Green #36BA40

RGB

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

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

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

R = 17.76%
G = 61.18%
B = 21.05%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#36BA40 (or 0x36BA40) is known color: Lime Green. HEX triplet: 36, BA and 40. RGB value is (54,186,64). Sum of RGB (Red+Green+Blue) = 54+186+64=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #36BA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BA40 is #C945BF. Grayscale: #848484. Windows color (decimal): -13190592 or 4241974. OLE color: 4241974.

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

Color convert

RGB 54 186 64 -
CMYK 0.71 0 0.66 0.27
HSL 124.55º 0.55% 0.47% -
HSV(B) 124.55º 0.71% 0.73% -
XYZ 20.01 36.27 10.8 -
YUV 132.62 89.27 71.92 -
System Red Green Blue C M Y K H S L
Decimal 54 186 64 0.71 0 0.66 0.27 124.55 0.55 0.47
Hex 36 BA 40 47 0 42 1B 7D 37 2F
Octal 66 272 100 107 0 102 33 175 67 57
Binary 110110 10111010 1000000 1000111 0 1000010 11011 1111101 110111 101111

Color Harmonies of #36BA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36BA40

Black with #36BA40

Text Example


Text Example

White with #36BA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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