Html Css Color HEX #20CA2E Lime Green

📋 copy color: '#20CA2E'

red 32 ◦ green 202 ◦ blue 46

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

Shades of Lime Green #20CA2E

Tints of Lime Green #20CA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.43%

R = 11.43%
G = 72.14%
B = 16.43%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#20CA2E (or 0x20CA2E) is known color: Lime Green. HEX triplet: 20, CA and 2E. RGB value is (32,202,46). Sum of RGB (Red+Green+Blue) = 32+202+46=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 202 (79.30% from 255 or 72.14% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA2E is #DF35D1. Grayscale: #858585. Windows color (decimal): -14628306 or 3066400. OLE color: 3066400.

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

Color convert

RGB 32 202 46 -
CMYK 0.84 0 0.77 0.21
HSL 124.94º 0.73% 0.46% -
HSV(B) 124.94º 0.84% 0.79% -
XYZ 22.21 42.75 9.66 -
YUV 133.39 78.68 55.68 -
System Red Green Blue C M Y K H S L
Decimal 32 202 46 0.84 0 0.77 0.21 124.94 0.73 0.46
Hex 20 CA 2E 54 0 4D 15 7D 49 2E
Octal 40 312 56 124 0 115 25 175 111 56
Binary 100000 11001010 101110 1010100 0 1001101 10101 1111101 1001001 101110

Color Harmonies of #20CA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA2E

Black with #20CA2E

Text Example


Text Example

White with #20CA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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