Html Css Color HEX #20CD19 Lime Green

📋 copy color: '#20CD19'

red 32 ◦ green 205 ◦ blue 25

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

Shades of Lime Green #20CD19

Tints of Lime Green #20CD19

RGB

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

 GREEN value IS 205 (80.47% from 255) = 78.24%

 BLUE value IS 25 (10.16% from 255) = 9.54%

R = 12.21%
G = 78.24%
B = 9.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#20CD19 (or 0x20CD19) is known color: Lime Green. HEX triplet: 20, CD and 19. RGB value is (32,205,25). Sum of RGB (Red+Green+Blue) = 32+205+25=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 205 (80.47% from 255 or 78.24% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CD19 is #DF32E6. Grayscale: #858585. Windows color (decimal): -14627559 or 1690912. OLE color: 1690912.

HSL color Cylindrical-coordinate representation of color #20CD19: hue angle of 117.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20CD19 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 205 25 -
CMYK 0.84 0 0.88 0.20
HSL 117.67º 0.78% 0.45% -
HSV(B) 117.67º 0.88% 0.8% -
XYZ 22.6 44.04 8.23 -
YUV 132.75 67.19 56.14 -
System Red Green Blue C M Y K H S L
Decimal 32 205 25 0.84 0 0.88 0.20 117.67 0.78 0.45
Hex 20 CD 19 54 0 58 14 76 4E 2D
Octal 40 315 31 124 0 130 24 166 116 55
Binary 100000 11001101 11001 1010100 0 1011000 10100 1110110 1001110 101101

Color Harmonies of #20CD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CD19

Black with #20CD19

Text Example


Text Example

White with #20CD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,205,25); }

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

background-color css

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

 a { background-color: rgb(32,205,25); }

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

border-color css

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

 span { border-color: rgb(32,205,25); }

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