Html Css Color HEX #20E421 Lime Green

📋 copy color: '#20E421'

red 32 ◦ green 228 ◦ blue 33

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

Shades of Lime Green #20E421

Tints of Lime Green #20E421

RGB

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

 GREEN value IS 228 (89.45% from 255) = 77.82%

 BLUE value IS 33 (13.28% from 255) = 11.26%

R = 10.92%
G = 77.82%
B = 11.26%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#20E421 (or 0x20E421) is known color: Lime Green. HEX triplet: 20, E4 and 21. RGB value is (32,228,33). Sum of RGB (Red+Green+Blue) = 32+228+33=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 228 (89.45% from 255 or 77.82% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 228 - color contains mainly: green. Hex color #20E421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E421 is #DF1BDE. Grayscale: #939393. Windows color (decimal): -14621663 or 2221088. OLE color: 2221088.

HSL color Cylindrical-coordinate representation of color #20E421: hue angle of 120.31º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E421 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 32 228 33 -
CMYK 0.86 0 0.86 0.11
HSL 120.31º 0.78% 0.51% -
HSV(B) 120.31º 0.86% 0.89% -
XYZ 28.61 55.9 10.72 -
YUV 147.17 63.57 45.86 -
System Red Green Blue C M Y K H S L
Decimal 32 228 33 0.86 0 0.86 0.11 120.31 0.78 0.51
Hex 20 E4 21 56 0 56 B 78 4E 33
Octal 40 344 41 126 0 126 13 170 116 63
Binary 100000 11100100 100001 1010110 0 1010110 1011 1111000 1001110 110011

Color Harmonies of #20E421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E421

Black with #20E421

Text Example


Text Example

White with #20E421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,228,33); }

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

background-color css

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

 a { background-color: rgb(32,228,33); }

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

border-color css

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

 span { border-color: rgb(32,228,33); }

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