Html Css Color HEX #11C714 Lime Green

📋 copy color: '#11C714'

red 17 ◦ green 199 ◦ blue 20

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

Shades of Lime Green #11C714

Tints of Lime Green #11C714

RGB

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

 GREEN value IS 199 (78.13% from 255) = 84.32%

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

R = 7.2%
G = 84.32%
B = 8.47%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#11C714 (or 0x11C714) is known color: Lime Green. HEX triplet: 11, C7 and 14. RGB value is (17,199,20). Sum of RGB (Red+Green+Blue) = 17+199+20=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 199 (78.12% from 255 or 84.32% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 199 - color contains mainly: green. Hex color #11C714 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C714 is #EE38EB. Grayscale: #7C7C7C. Windows color (decimal): -15612140 or 1361681. OLE color: 1361681.

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

Color convert

RGB 17 199 20 -
CMYK 0.91 0 0.90 0.22
HSL 120.99º 0.84% 0.42% -
HSV(B) 120.99º 0.91% 0.78% -
XYZ 20.78 41.02 7.48 -
YUV 124.18 69.2 51.55 -
System Red Green Blue C M Y K H S L
Decimal 17 199 20 0.91 0 0.90 0.22 120.99 0.84 0.42
Hex 11 C7 14 5B 0 5A 16 79 54 2A
Octal 21 307 24 133 0 132 26 171 124 52
Binary 10001 11000111 10100 1011011 0 1011010 10110 1111001 1010100 101010

Color Harmonies of #11C714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C714

Black with #11C714

Text Example


Text Example

White with #11C714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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