Html Css Color HEX #20D23F Lime Green

📋 copy color: '#20D23F'

red 32 ◦ green 210 ◦ blue 63

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

Shades of Lime Green #20D23F

Tints of Lime Green #20D23F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 68.85%

 BLUE value IS 63 (25% from 255) = 20.66%

R = 10.49%
G = 68.85%
B = 20.66%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#20D23F (or 0x20D23F) is known color: Lime Green. HEX triplet: 20, D2 and 3F. RGB value is (32,210,63). Sum of RGB (Red+Green+Blue) = 32+210+63=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 210 (82.42% from 255 or 68.85% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 210 - color contains mainly: green. Hex color #20D23F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D23F is #DF2DC0. Grayscale: #8C8C8C. Windows color (decimal): -14626241 or 4182560. OLE color: 4182560.

HSL color Cylindrical-coordinate representation of color #20D23F: hue angle of 130.45º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D23F is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 210 63 -
CMYK 0.85 0 0.70 0.18
HSL 130.45º 0.74% 0.47% -
HSV(B) 130.45º 0.85% 0.82% -
XYZ 24.54 46.76 12.43 -
YUV 140.02 84.53 50.95 -
System Red Green Blue C M Y K H S L
Decimal 32 210 63 0.85 0 0.70 0.18 130.45 0.74 0.47
Hex 20 D2 3F 55 0 46 12 82 4A 2F
Octal 40 322 77 125 0 106 22 202 112 57
Binary 100000 11010010 111111 1010101 0 1000110 10010 10000010 1001010 101111

Color Harmonies of #20D23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D23F

Black with #20D23F

Text Example


Text Example

White with #20D23F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,210,63); }

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

background-color css

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

 a { background-color: rgb(32,210,63); }

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

border-color css

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

 span { border-color: rgb(32,210,63); }

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