Html Css Color HEX #11C114 Lime Green

📋 copy color: '#11C114'

red 17 ◦ green 193 ◦ blue 20

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

Shades of Lime Green #11C114

Tints of Lime Green #11C114

RGB

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

 GREEN value IS 193 (75.78% from 255) = 83.91%

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

R = 7.39%
G = 83.91%
B = 8.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#11C114 (or 0x11C114) is known color: Lime Green. HEX triplet: 11, C1 and 14. RGB value is (17,193,20). Sum of RGB (Red+Green+Blue) = 17+193+20=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 193 (75.78% from 255 or 83.91% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 193 - color contains mainly: green. Hex color #11C114 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C114 is #EE3EEB. Grayscale: #797979. Windows color (decimal): -15613676 or 1360145. OLE color: 1360145.

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

Color convert

RGB 17 193 20 -
CMYK 0.91 0 0.90 0.24
HSL 121.02º 0.84% 0.41% -
HSV(B) 121.02º 0.91% 0.76% -
XYZ 19.43 38.31 7.03 -
YUV 120.65 71.19 54.07 -
System Red Green Blue C M Y K H S L
Decimal 17 193 20 0.91 0 0.90 0.24 121.02 0.84 0.41
Hex 11 C1 14 5B 0 5A 18 79 54 29
Octal 21 301 24 133 0 132 30 171 124 51
Binary 10001 11000001 10100 1011011 0 1011010 11000 1111001 1010100 101001

Color Harmonies of #11C114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C114

Black with #11C114

Text Example


Text Example

White with #11C114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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