Html Css Color HEX #20CA33 Lime Green

📋 copy color: '#20CA33'

red 32 ◦ green 202 ◦ blue 51

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

Shades of Lime Green #20CA33

Tints of Lime Green #20CA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.89%

R = 11.23%
G = 70.88%
B = 17.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#20CA33 (or 0x20CA33) is known color: Lime Green. HEX triplet: 20, CA and 33. RGB value is (32,202,51). Sum of RGB (Red+Green+Blue) = 32+202+51=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 202 (79.30% from 255 or 70.88% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA33 is #DF35CC. Grayscale: #868686. Windows color (decimal): -14628301 or 3394080. OLE color: 3394080.

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

Color convert

RGB 32 202 51 -
CMYK 0.84 0 0.75 0.21
HSL 126.71º 0.73% 0.46% -
HSV(B) 126.71º 0.84% 0.79% -
XYZ 22.31 42.79 10.21 -
YUV 133.96 81.18 55.28 -
System Red Green Blue C M Y K H S L
Decimal 32 202 51 0.84 0 0.75 0.21 126.71 0.73 0.46
Hex 20 CA 33 54 0 4B 15 7F 49 2E
Octal 40 312 63 124 0 113 25 177 111 56
Binary 100000 11001010 110011 1010100 0 1001011 10101 1111111 1001001 101110

Color Harmonies of #20CA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA33

Black with #20CA33

Text Example


Text Example

White with #20CA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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