Html Css Color HEX #36CA40 Lime Green

📋 copy color: '#36CA40'

red 54 ◦ green 202 ◦ blue 64

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

Shades of Lime Green #36CA40

Tints of Lime Green #36CA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 63.13%

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

R = 16.88%
G = 63.13%
B = 20%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#36CA40 (or 0x36CA40) is known color: Lime Green. HEX triplet: 36, CA and 40. RGB value is (54,202,64). Sum of RGB (Red+Green+Blue) = 54+202+64=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 202 (79.30% from 255 or 63.12% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 202 - color contains mainly: green. Hex color #36CA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36CA40 is #C935BF. Grayscale: #8E8E8E. Windows color (decimal): -13186496 or 4246070. OLE color: 4246070.

HSL color Cylindrical-coordinate representation of color #36CA40: hue angle of 124.05º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36CA40 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 54 202 64 -
CMYK 0.73 0 0.68 0.21
HSL 124.05º 0.58% 0.5% -
HSV(B) 124.05º 0.73% 0.79% -
XYZ 23.57 43.4 11.98 -
YUV 142.02 83.97 65.22 -
System Red Green Blue C M Y K H S L
Decimal 54 202 64 0.73 0 0.68 0.21 124.05 0.58 0.5
Hex 36 CA 40 49 0 44 15 7C 3A 32
Octal 66 312 100 111 0 104 25 174 72 62
Binary 110110 11001010 1000000 1001001 0 1000100 10101 1111100 111010 110010

Color Harmonies of #36CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CA40

Black with #36CA40

Text Example


Text Example

White with #36CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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