Html Css Color HEX #20CA2A Lime Green

📋 copy color: '#20CA2A'

red 32 ◦ green 202 ◦ blue 42

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

Shades of Lime Green #20CA2A

Tints of Lime Green #20CA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.22%

R = 11.59%
G = 73.19%
B = 15.22%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#20CA2A (or 0x20CA2A) is known color: Lime Green. HEX triplet: 20, CA and 2A. RGB value is (32,202,42). Sum of RGB (Red+Green+Blue) = 32+202+42=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 202 (79.30% from 255 or 73.19% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA2A is #DF35D5. Grayscale: #858585. Windows color (decimal): -14628310 or 2804256. OLE color: 2804256.

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

Color convert

RGB 32 202 42 -
CMYK 0.84 0 0.79 0.21
HSL 123.53º 0.73% 0.46% -
HSV(B) 123.53º 0.84% 0.79% -
XYZ 22.13 42.72 9.27 -
YUV 132.93 76.68 56.01 -
System Red Green Blue C M Y K H S L
Decimal 32 202 42 0.84 0 0.79 0.21 123.53 0.73 0.46
Hex 20 CA 2A 54 0 4F 15 7C 49 2E
Octal 40 312 52 124 0 117 25 174 111 56
Binary 100000 11001010 101010 1010100 0 1001111 10101 1111100 1001001 101110

Color Harmonies of #20CA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA2A

Black with #20CA2A

Text Example


Text Example

White with #20CA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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