Html Css Color HEX #11D020 Lime Green

📋 copy color: '#11D020'

red 17 ◦ green 208 ◦ blue 32

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

Shades of Lime Green #11D020

Tints of Lime Green #11D020

RGB

 RED value IS 17 (7.03% from 255) = 6.61%

 GREEN value IS 208 (81.64% from 255) = 80.93%

 BLUE value IS 32 (12.89% from 255) = 12.45%

R = 6.61%
G = 80.93%
B = 12.45%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#11D020 (or 0x11D020) is known color: Lime Green. HEX triplet: 11, D0 and 20. RGB value is (17,208,32). Sum of RGB (Red+Green+Blue) = 17+208+32=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 208 (81.64% from 255 or 80.93% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 208 - color contains mainly: green. Hex color #11D020 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11D020 is #EE2FDF. Grayscale: #838383. Windows color (decimal): -15609824 or 2150417. OLE color: 2150417.

HSL color Cylindrical-coordinate representation of color #11D020: hue angle of 124.71º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D020 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 17 208 32 -
CMYK 0.92 0 0.85 0.18
HSL 124.71º 0.85% 0.44% -
HSV(B) 124.71º 0.92% 0.82% -
XYZ 23.05 45.34 8.9 -
YUV 130.83 72.22 46.81 -
System Red Green Blue C M Y K H S L
Decimal 17 208 32 0.92 0 0.85 0.18 124.71 0.85 0.44
Hex 11 D0 20 5C 0 55 12 7D 55 2C
Octal 21 320 40 134 0 125 22 175 125 54
Binary 10001 11010000 100000 1011100 0 1010101 10010 1111101 1010101 101100

Color Harmonies of #11D020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D020

Black with #11D020

Text Example


Text Example

White with #11D020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11D020; }

 p { color: rgb(17,208,32); }

 H1.HeaderClassName
 {
   color: #11D020;
 }
 .AnyTagClassName
 {
   color: #11D020;
 }
</style>

background-color css

<style>
 a { background-color: #11D020; }

 a { background-color: rgb(17,208,32); }

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

border-color css

<style>
 span { border-color: #11D020; }

 span { border-color: rgb(17,208,32); }

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