Html Css Color HEX #20E32E Lime Green

📋 copy color: '#20E32E'

red 32 ◦ green 227 ◦ blue 46

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

Shades of Lime Green #20E32E

Tints of Lime Green #20E32E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 74.43%

 BLUE value IS 46 (18.36% from 255) = 15.08%

R = 10.49%
G = 74.43%
B = 15.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#20E32E (or 0x20E32E) is known color: Lime Green. HEX triplet: 20, E3 and 2E. RGB value is (32,227,46). Sum of RGB (Red+Green+Blue) = 32+227+46=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 227 (89.06% from 255 or 74.43% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 227 - color contains mainly: green. Hex color #20E32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E32E is #DF1CD1. Grayscale: #949494. Windows color (decimal): -14621906 or 3072800. OLE color: 3072800.

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

Color convert

RGB 32 227 46 -
CMYK 0.86 0 0.80 0.11
HSL 124.31º 0.78% 0.51% -
HSV(B) 124.31º 0.86% 0.89% -
XYZ 28.56 55.44 11.78 -
YUV 148.06 70.4 45.22 -
System Red Green Blue C M Y K H S L
Decimal 32 227 46 0.86 0 0.80 0.11 124.31 0.78 0.51
Hex 20 E3 2E 56 0 50 B 7C 4E 33
Octal 40 343 56 126 0 120 13 174 116 63
Binary 100000 11100011 101110 1010110 0 1010000 1011 1111100 1001110 110011

Color Harmonies of #20E32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E32E

Black with #20E32E

Text Example


Text Example

White with #20E32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,227,46); }

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

background-color css

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

 a { background-color: rgb(32,227,46); }

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

border-color css

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

 span { border-color: rgb(32,227,46); }

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