Html Css Color HEX #20D242 Lime Green

📋 copy color: '#20D242'

red 32 ◦ green 210 ◦ blue 66

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

Shades of Lime Green #20D242

Tints of Lime Green #20D242

RGB

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

 GREEN value IS 210 (82.42% from 255) = 68.18%

 BLUE value IS 66 (26.17% from 255) = 21.43%

R = 10.39%
G = 68.18%
B = 21.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#20D242 (or 0x20D242) is known color: Lime Green. HEX triplet: 20, D2 and 42. RGB value is (32,210,66). Sum of RGB (Red+Green+Blue) = 32+210+66=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 210 (82.42% from 255 or 68.18% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 210 - color contains mainly: green. Hex color #20D242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D242 is #DF2DBD. Grayscale: #8C8C8C. Windows color (decimal): -14626238 or 4379168. OLE color: 4379168.

HSL color Cylindrical-coordinate representation of color #20D242: hue angle of 131.46º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D242 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 210 66 -
CMYK 0.85 0 0.69 0.18
HSL 131.46º 0.74% 0.47% -
HSV(B) 131.46º 0.85% 0.82% -
XYZ 24.63 46.79 12.89 -
YUV 140.36 86.03 50.71 -
System Red Green Blue C M Y K H S L
Decimal 32 210 66 0.85 0 0.69 0.18 131.46 0.74 0.47
Hex 20 D2 42 55 0 45 12 83 4A 2F
Octal 40 322 102 125 0 105 22 203 112 57
Binary 100000 11010010 1000010 1010101 0 1000101 10010 10000011 1001010 101111

Color Harmonies of #20D242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D242

Black with #20D242

Text Example


Text Example

White with #20D242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,210,66); }

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

background-color css

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

 a { background-color: rgb(32,210,66); }

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

border-color css

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

 span { border-color: rgb(32,210,66); }

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