Html Css Color HEX #20CA36 Lime Green

📋 copy color: '#20CA36'

red 32 ◦ green 202 ◦ blue 54

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

Shades of Lime Green #20CA36

Tints of Lime Green #20CA36

RGB

 RED value IS 32 (12.89% from 255) = 11.11%

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

 BLUE value IS 54 (21.48% from 255) = 18.75%

R = 11.11%
G = 70.14%
B = 18.75%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#20CA36 (or 0x20CA36) is known color: Lime Green. HEX triplet: 20, CA and 36. RGB value is (32,202,54). Sum of RGB (Red+Green+Blue) = 32+202+54=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 202 (79.30% from 255 or 70.14% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA36 is #DF35C9. Grayscale: #868686. Windows color (decimal): -14628298 or 3590688. OLE color: 3590688.

HSL color Cylindrical-coordinate representation of color #20CA36: hue angle of 127.76º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CA36 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 202 54 -
CMYK 0.84 0 0.73 0.21
HSL 127.76º 0.73% 0.46% -
HSV(B) 127.76º 0.84% 0.79% -
XYZ 22.38 42.81 10.57 -
YUV 134.3 82.68 55.03 -
System Red Green Blue C M Y K H S L
Decimal 32 202 54 0.84 0 0.73 0.21 127.76 0.73 0.46
Hex 20 CA 36 54 0 49 15 80 49 2E
Octal 40 312 66 124 0 111 25 200 111 56
Binary 100000 11001010 110110 1010100 0 1001001 10101 10000000 1001001 101110

Color Harmonies of #20CA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA36

Black with #20CA36

Text Example


Text Example

White with #20CA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20CA36; }

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

 H1.HeaderClassName
 {
   color: #20CA36;
 }
 .AnyTagClassName
 {
   color: #20CA36;
 }
</style>

background-color css

<style>
 a { background-color: #20CA36; }

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

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

border-color css

<style>
 span { border-color: #20CA36; }

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

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