Html Css Color HEX #11C414 Lime Green

📋 copy color: '#11C414'

red 17 ◦ green 196 ◦ blue 20

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

Shades of Lime Green #11C414

Tints of Lime Green #11C414

RGB

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

 GREEN value IS 196 (76.95% from 255) = 84.12%

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

R = 7.3%
G = 84.12%
B = 8.58%

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

#11C414 (or 0x11C414) is known color: Lime Green. HEX triplet: 11, C4 and 14. RGB value is (17,196,20). Sum of RGB (Red+Green+Blue) = 17+196+20=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 196 (76.95% from 255 or 84.12% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 196 - color contains mainly: green. Hex color #11C414 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C414 is #EE3BEB. Grayscale: #7A7A7A. Windows color (decimal): -15612908 or 1360913. OLE color: 1360913.

HSL color Cylindrical-coordinate representation of color #11C414: hue angle of 121.01º 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 #11C414 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 17 196 20 -
CMYK 0.91 0 0.90 0.23
HSL 121.01º 0.84% 0.42% -
HSV(B) 121.01º 0.91% 0.77% -
XYZ 20.1 39.65 7.26 -
YUV 122.42 70.2 52.81 -
System Red Green Blue C M Y K H S L
Decimal 17 196 20 0.91 0 0.90 0.23 121.01 0.84 0.42
Hex 11 C4 14 5B 0 5A 17 79 54 2A
Octal 21 304 24 133 0 132 27 171 124 52
Binary 10001 11000100 10100 1011011 0 1011010 10111 1111001 1010100 101010

Color Harmonies of #11C414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C414

Black with #11C414

Text Example


Text Example

White with #11C414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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