Html Css Color HEX #20CA37 Lime Green

📋 copy color: '#20CA37'

red 32 ◦ green 202 ◦ blue 55

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

Shades of Lime Green #20CA37

Tints of Lime Green #20CA37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.03%

R = 11.07%
G = 69.9%
B = 19.03%

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

#20CA37 (or 0x20CA37) is known color: Lime Green. HEX triplet: 20, CA and 37. RGB value is (32,202,55). Sum of RGB (Red+Green+Blue) = 32+202+55=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 202 (79.30% from 255 or 69.90% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA37 is #DF35C8. Grayscale: #868686. Windows color (decimal): -14628297 or 3656224. OLE color: 3656224.

HSL color Cylindrical-coordinate representation of color #20CA37: hue angle of 128.12º 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 #20CA37 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 202 55 -
CMYK 0.84 0 0.73 0.21
HSL 128.12º 0.73% 0.46% -
HSV(B) 128.12º 0.84% 0.79% -
XYZ 22.41 42.82 10.7 -
YUV 134.41 83.18 54.95 -
System Red Green Blue C M Y K H S L
Decimal 32 202 55 0.84 0 0.73 0.21 128.12 0.73 0.46
Hex 20 CA 37 54 0 49 15 80 49 2E
Octal 40 312 67 124 0 111 25 200 111 56
Binary 100000 11001010 110111 1010100 0 1001001 10101 10000000 1001001 101110

Color Harmonies of #20CA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA37

Black with #20CA37

Text Example


Text Example

White with #20CA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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