Html Css Color HEX #20E426 Lime Green

📋 copy color: '#20E426'

red 32 ◦ green 228 ◦ blue 38

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

Shades of Lime Green #20E426

Tints of Lime Green #20E426

RGB

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

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

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

R = 10.74%
G = 76.51%
B = 12.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#20E426 (or 0x20E426) is known color: Lime Green. HEX triplet: 20, E4 and 26. RGB value is (32,228,38). Sum of RGB (Red+Green+Blue) = 32+228+38=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 228 (89.45% from 255 or 76.51% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 228 - color contains mainly: green. Hex color #20E426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E426 is #DF1BD9. Grayscale: #949494. Windows color (decimal): -14621658 or 2548768. OLE color: 2548768.

HSL color Cylindrical-coordinate representation of color #20E426: hue angle of 121.84º 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 #20E426 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB 32 228 38 -
CMYK 0.86 0 0.83 0.11
HSL 121.84º 0.78% 0.51% -
HSV(B) 121.84º 0.86% 0.89% -
XYZ 28.69 55.93 11.12 -
YUV 147.74 66.07 45.45 -
System Red Green Blue C M Y K H S L
Decimal 32 228 38 0.86 0 0.83 0.11 121.84 0.78 0.51
Hex 20 E4 26 56 0 53 B 7A 4E 33
Octal 40 344 46 126 0 123 13 172 116 63
Binary 100000 11100100 100110 1010110 0 1010011 1011 1111010 1001110 110011

Color Harmonies of #20E426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E426

Black with #20E426

Text Example


Text Example

White with #20E426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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