#1DC611

Color #1DC611 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1DC611

Tints of Lime Green #1DC611

Color information

#1DC611 (or 0x1DC611) is unknown color: approx Lime Green. HEX triplet: 1D, C6 and 11. RGB value is (29,198,17). Sum of RGB (Red+Green+Blue) = 29+198+17=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 198 (77.73% from 255 or 81.15% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 198 - color contains mainly: green. Hex color #1DC611 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC611 is #E239EE. Grayscale: #7F7F7F. Windows color (decimal): -14825967 or 1164829. OLE color: 1164829.

HSL color Cylindrical-coordinate representation of color #1DC611: hue angle of 116.02º 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 #1DC611 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB2919817-
CMYK0.8500.910.22
HSL116.02º84.19%42.16%-
HSV(B)116.02º91.41%77.65%-
XYZ20.840.697.29-
YUV126.8466.0158.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.89%
GREEN value IS 198 (77.73% from 255) = 81.15%
BLUE value IS 17 (7.03% from 255) = 6.97%
R=11.89%
G=81.15%
B=6.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal29198170.8500.910.22116.0284.1942.16
Hex1DC6115505B1674542a
Octal353062112501332616412452
Binary1110111000110100011010101010110111011011101001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DC611; }

 p { color: rgb(29,198,17); }

 H1.HeaderClassName
 {
   color: #1DC611;
 }
 .AnyTagClassName
 {
   color: #1DC611;
 }
</style>
background-color css

<style>
 a { background-color: #1DC611; }

 a { background-color: rgb(29,198,17); }

 div.DivClassName
 {
   background-color: #1DC611;
 }
 .BgClassName
 {
   background-color: #1DC611;
 }
</style>
border-color css

<style>
 span { border-color: #1DC611; }

 span { border-color: rgb(29,198,17); }

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