Html Css Color HEX #20D828 Lime Green

📋 copy color: '#20D828'

red 32 ◦ green 216 ◦ blue 40

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

Shades of Lime Green #20D828

Tints of Lime Green #20D828

RGB

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

 GREEN value IS 216 (84.77% from 255) = 75%

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 11.11%
G = 75%
B = 13.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#20D828 (or 0x20D828) is known color: Lime Green. HEX triplet: 20, D8 and 28. RGB value is (32,216,40). Sum of RGB (Red+Green+Blue) = 32+216+40=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 216 (84.77% from 255 or 75% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 216 - color contains mainly: green. Hex color #20D828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D828 is #DF27D7. Grayscale: #8D8D8D. Windows color (decimal): -14624728 or 2676768. OLE color: 2676768.

HSL color Cylindrical-coordinate representation of color #20D828: hue angle of 122.61º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D828 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 216 40 -
CMYK 0.85 0 0.81 0.15
HSL 122.61º 0.74% 0.49% -
HSV(B) 122.61º 0.85% 0.85% -
XYZ 25.53 49.57 10.23 -
YUV 140.92 71.04 50.31 -
System Red Green Blue C M Y K H S L
Decimal 32 216 40 0.85 0 0.81 0.15 122.61 0.74 0.49
Hex 20 D8 28 55 0 51 F 7B 4A 31
Octal 40 330 50 125 0 121 17 173 112 61
Binary 100000 11011000 101000 1010101 0 1010001 1111 1111011 1001010 110001

Color Harmonies of #20D828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D828

Black with #20D828

Text Example


Text Example

White with #20D828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,216,40); }

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

background-color css

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

 a { background-color: rgb(32,216,40); }

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

border-color css

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

 span { border-color: rgb(32,216,40); }

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