Html Css Color HEX #20D226 Lime Green

📋 copy color: '#20D226'

red 32 ◦ green 210 ◦ blue 38

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

Shades of Lime Green #20D226

Tints of Lime Green #20D226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.57%

R = 11.43%
G = 75%
B = 13.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#20D226 (or 0x20D226) is known color: Lime Green. HEX triplet: 20, D2 and 26. RGB value is (32,210,38). Sum of RGB (Red+Green+Blue) = 32+210+38=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 210 (82.42% from 255 or 75% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 210 - color contains mainly: green. Hex color #20D226 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D226 is #DF2DD9. Grayscale: #898989. Windows color (decimal): -14626266 or 2544160. OLE color: 2544160.

HSL color Cylindrical-coordinate representation of color #20D226: hue angle of 122.02º 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 #20D226 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 210 38 -
CMYK 0.85 0 0.82 0.18
HSL 122.02º 0.74% 0.47% -
HSV(B) 122.02º 0.85% 0.82% -
XYZ 23.99 46.54 9.55 -
YUV 137.17 72.03 52.99 -
System Red Green Blue C M Y K H S L
Decimal 32 210 38 0.85 0 0.82 0.18 122.02 0.74 0.47
Hex 20 D2 26 55 0 52 12 7A 4A 2F
Octal 40 322 46 125 0 122 22 172 112 57
Binary 100000 11010010 100110 1010101 0 1010010 10010 1111010 1001010 101111

Color Harmonies of #20D226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D226

Black with #20D226

Text Example


Text Example

White with #20D226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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