Shades of Lime Green #1CCE3D
Tints of Lime Green #1CCE3D
RGB
CMYK
RGB Variations
Color information
#1CCE3D (or 0x1CCE3D) is known color: Lime Green. HEX triplet: 1C, CE and 3D. RGB value is (28,206,61). Sum of RGB (Red+Green+Blue) = 28+206+61=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 206 (80.86% from 255 or 69.83% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 206 - color contains mainly: green. Hex color #1CCE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCE3D is #E331C2. Grayscale: #888888. Windows color (decimal): -14889411 or 4050460. OLE color: 4050460.
HSL color Cylindrical-coordinate representation of color #1CCE3D: hue angle of 131.12º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCE3D is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 206 | 61 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.19 |
| HSL | 131.12º | 0.76% | 0.46% | - |
| HSV(B) | 131.12º | 0.86% | 0.81% | - |
| XYZ | 23.39 | 44.73 | 11.82 | - |
| YUV | 136.25 | 85.53 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 206 | 61 | 0.86 | 0 | 0.70 | 0.19 | 131.12 | 0.76 | 0.46 |
| Hex | 1C | CE | 3D | 56 | 0 | 46 | 13 | 83 | 4C | 2E |
| Octal | 34 | 316 | 75 | 126 | 0 | 106 | 23 | 203 | 114 | 56 |
| Binary | 11100 | 11001110 | 111101 | 1010110 | 0 | 1000110 | 10011 | 10000011 | 1001100 | 101110 |
Color Harmonies of #1CCE3D
Complementary color
Monochromatic Colors of #1CCE3D
Black with #1CCE3D
Text Example
Text Example
White with #1CCE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCE3D; }
p { color: rgb(28,206,61); }
H1.HeaderClassName
{
color: #1CCE3D;
}
.AnyTagClassName
{
color: #1CCE3D;
}
</style>
background-color css
<style>
a { background-color: #1CCE3D; }
a { background-color: rgb(28,206,61); }
div.DivClassName
{
background-color: #1CCE3D;
}
.BgClassName
{
background-color: #1CCE3D;
}
</style>
border-color css
<style>
span { border-color: #1CCE3D; }
span { border-color: rgb(28,206,61); }
td.TdClassName
{
border-color: #1CCE3D;
}
.TagClassName
{
border-color: #1CCE3D;
}
</style>