Html Css Color HEX #11CD16 Lime Green

📋 copy color: '#11CD16'

red 17 ◦ green 205 ◦ blue 22

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

Shades of Lime Green #11CD16

Tints of Lime Green #11CD16

RGB

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

 GREEN value IS 205 (80.47% from 255) = 84.02%

 BLUE value IS 22 (8.98% from 255) = 9.02%

R = 6.97%
G = 84.02%
B = 9.02%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#11CD16 (or 0x11CD16) is known color: Lime Green. HEX triplet: 11, CD and 16. RGB value is (17,205,22). Sum of RGB (Red+Green+Blue) = 17+205+22=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 205 (80.47% from 255 or 84.02% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 205 - color contains mainly: green. Hex color #11CD16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11CD16 is #EE32E9. Grayscale: #808080. Windows color (decimal): -15610602 or 1494289. OLE color: 1494289.

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

Color convert

RGB 17 205 22 -
CMYK 0.92 0 0.89 0.20
HSL 121.6º 0.85% 0.44% -
HSV(B) 121.6º 0.92% 0.8% -
XYZ 22.21 43.84 8.05 -
YUV 127.93 68.22 48.88 -
System Red Green Blue C M Y K H S L
Decimal 17 205 22 0.92 0 0.89 0.20 121.6 0.85 0.44
Hex 11 CD 16 5C 0 59 14 7A 55 2C
Octal 21 315 26 134 0 131 24 172 125 54
Binary 10001 11001101 10110 1011100 0 1011001 10100 1111010 1010101 101100

Color Harmonies of #11CD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CD16

Black with #11CD16

Text Example


Text Example

White with #11CD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,205,22); }

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

background-color css

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

 a { background-color: rgb(17,205,22); }

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

border-color css

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

 span { border-color: rgb(17,205,22); }

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