Html Css Color HEX #11C514 Lime Green

📋 copy color: '#11C514'

red 17 ◦ green 197 ◦ blue 20

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

Shades of Lime Green #11C514

Tints of Lime Green #11C514

RGB

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

 GREEN value IS 197 (77.34% from 255) = 84.19%

 BLUE value IS 20 (8.2% from 255) = 8.55%

R = 7.26%
G = 84.19%
B = 8.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#11C514 (or 0x11C514) is known color: Lime Green. HEX triplet: 11, C5 and 14. RGB value is (17,197,20). Sum of RGB (Red+Green+Blue) = 17+197+20=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 197 (77.34% from 255 or 84.19% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 197 - color contains mainly: green. Hex color #11C514 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C514 is #EE3AEB. Grayscale: #7B7B7B. Windows color (decimal): -15612652 or 1361169. OLE color: 1361169.

HSL color Cylindrical-coordinate representation of color #11C514: hue angle of 121º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C514 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 17 197 20 -
CMYK 0.91 0 0.90 0.23
HSL 121º 0.84% 0.42% -
HSV(B) 121º 0.91% 0.77% -
XYZ 20.32 40.1 7.33 -
YUV 123 69.87 52.39 -
System Red Green Blue C M Y K H S L
Decimal 17 197 20 0.91 0 0.90 0.23 121 0.84 0.42
Hex 11 C5 14 5B 0 5A 17 79 54 2A
Octal 21 305 24 133 0 132 27 171 124 52
Binary 10001 11000101 10100 1011011 0 1011010 10111 1111001 1010100 101010

Color Harmonies of #11C514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C514

Black with #11C514

Text Example


Text Example

White with #11C514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,197,20); }

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

background-color css

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

 a { background-color: rgb(17,197,20); }

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

border-color css

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

 span { border-color: rgb(17,197,20); }

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