Html Css Color HEX #20D41E Lime Green

📋 copy color: '#20D41E'

red 32 ◦ green 212 ◦ blue 30

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

Shades of Lime Green #20D41E

Tints of Lime Green #20D41E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 77.37%

 BLUE value IS 30 (12.11% from 255) = 10.95%

R = 11.68%
G = 77.37%
B = 10.95%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#20D41E (or 0x20D41E) is known color: Lime Green. HEX triplet: 20, D4 and 1E. RGB value is (32,212,30). Sum of RGB (Red+Green+Blue) = 32+212+30=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 212 (83.20% from 255 or 77.37% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 212 - color contains mainly: green. Hex color #20D41E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D41E is #DF2BE1. Grayscale: #898989. Windows color (decimal): -14625762 or 2020384. OLE color: 2020384.

HSL color Cylindrical-coordinate representation of color #20D41E: hue angle of 119.34º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20D41E is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 32 212 30 -
CMYK 0.85 0 0.86 0.17
HSL 119.34º 0.75% 0.47% -
HSV(B) 119.34º 0.86% 0.83% -
XYZ 24.37 47.49 9.11 -
YUV 137.43 67.37 52.8 -
System Red Green Blue C M Y K H S L
Decimal 32 212 30 0.85 0 0.86 0.17 119.34 0.75 0.47
Hex 20 D4 1E 55 0 56 11 77 4B 2F
Octal 40 324 36 125 0 126 21 167 113 57
Binary 100000 11010100 11110 1010101 0 1010110 10001 1110111 1001011 101111

Color Harmonies of #20D41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D41E

Black with #20D41E

Text Example


Text Example

White with #20D41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,212,30); }

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

background-color css

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

 a { background-color: rgb(32,212,30); }

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

border-color css

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

 span { border-color: rgb(32,212,30); }

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