Html Css Color HEX #20E42D Lime Green

📋 copy color: '#20E42D'

red 32 ◦ green 228 ◦ blue 45

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

Shades of Lime Green #20E42D

Tints of Lime Green #20E42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.75%

R = 10.49%
G = 74.75%
B = 14.75%

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

#20E42D (or 0x20E42D) is known color: Lime Green. HEX triplet: 20, E4 and 2D. RGB value is (32,228,45). Sum of RGB (Red+Green+Blue) = 32+228+45=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 228 (89.45% from 255 or 74.75% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 228 - color contains mainly: green. Hex color #20E42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E42D is #DF1BD2. Grayscale: #959595. Windows color (decimal): -14621651 or 3007520. OLE color: 3007520.

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

Color convert

RGB 32 228 45 -
CMYK 0.86 0 0.80 0.11
HSL 123.98º 0.78% 0.51% -
HSV(B) 123.98º 0.86% 0.89% -
XYZ 28.81 55.98 11.77 -
YUV 148.53 69.57 44.88 -
System Red Green Blue C M Y K H S L
Decimal 32 228 45 0.86 0 0.80 0.11 123.98 0.78 0.51
Hex 20 E4 2D 56 0 50 B 7C 4E 33
Octal 40 344 55 126 0 120 13 174 116 63
Binary 100000 11100100 101101 1010110 0 1010000 1011 1111100 1001110 110011

Color Harmonies of #20E42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E42D

Black with #20E42D

Text Example


Text Example

White with #20E42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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