Html Css Color HEX #11D01C Lime Green

📋 copy color: '#11D01C'

red 17 ◦ green 208 ◦ blue 28

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

Shades of Lime Green #11D01C

Tints of Lime Green #11D01C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 82.21%

 BLUE value IS 28 (11.33% from 255) = 11.07%

R = 6.72%
G = 82.21%
B = 11.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#11D01C (or 0x11D01C) is known color: Lime Green. HEX triplet: 11, D0 and 1C. RGB value is (17,208,28). Sum of RGB (Red+Green+Blue) = 17+208+28=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 208 (81.64% from 255 or 82.21% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 208 - color contains mainly: green. Hex color #11D01C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11D01C is #EE2FE3. Grayscale: #828282. Windows color (decimal): -15609828 or 1888273. OLE color: 1888273.

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

Color convert

RGB 17 208 28 -
CMYK 0.92 0 0.87 0.18
HSL 123.46º 0.85% 0.44% -
HSV(B) 123.46º 0.92% 0.82% -
XYZ 23 45.31 8.63 -
YUV 130.37 70.22 47.14 -
System Red Green Blue C M Y K H S L
Decimal 17 208 28 0.92 0 0.87 0.18 123.46 0.85 0.44
Hex 11 D0 1C 5C 0 57 12 7B 55 2C
Octal 21 320 34 134 0 127 22 173 125 54
Binary 10001 11010000 11100 1011100 0 1010111 10010 1111011 1010101 101100

Color Harmonies of #11D01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D01C

Black with #11D01C

Text Example


Text Example

White with #11D01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,208,28); }

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

background-color css

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

 a { background-color: rgb(17,208,28); }

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

border-color css

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

 span { border-color: rgb(17,208,28); }

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