Shades of Lime Green #1CCF3B
Tints of Lime Green #1CCF3B
RGB
CMYK
RGB Variations
Color information
#1CCF3B (or 0x1CCF3B) is known color: Lime Green. HEX triplet: 1C, CF and 3B. RGB value is (28,207,59). Sum of RGB (Red+Green+Blue) = 28+207+59=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 207 (81.25% from 255 or 70.41% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCF3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCF3B is #E330C4. Grayscale: #898989. Windows color (decimal): -14889157 or 3919644. OLE color: 3919644.
HSL color Cylindrical-coordinate representation of color #1CCF3B: hue angle of 130.39º 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 #1CCF3B is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 207 | 59 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.19 |
| HSL | 130.39º | 0.76% | 0.46% | - |
| HSV(B) | 130.39º | 0.86% | 0.81% | - |
| XYZ | 23.58 | 45.19 | 11.62 | - |
| YUV | 136.61 | 84.2 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 207 | 59 | 0.86 | 0 | 0.71 | 0.19 | 130.39 | 0.76 | 0.46 |
| Hex | 1C | CF | 3B | 56 | 0 | 47 | 13 | 82 | 4C | 2E |
| Octal | 34 | 317 | 73 | 126 | 0 | 107 | 23 | 202 | 114 | 56 |
| Binary | 11100 | 11001111 | 111011 | 1010110 | 0 | 1000111 | 10011 | 10000010 | 1001100 | 101110 |
Color Harmonies of #1CCF3B
Complementary color
Monochromatic Colors of #1CCF3B
Black with #1CCF3B
Text Example
Text Example
White with #1CCF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCF3B; }
p { color: rgb(28,207,59); }
H1.HeaderClassName
{
color: #1CCF3B;
}
.AnyTagClassName
{
color: #1CCF3B;
}
</style>
background-color css
<style>
a { background-color: #1CCF3B; }
a { background-color: rgb(28,207,59); }
div.DivClassName
{
background-color: #1CCF3B;
}
.BgClassName
{
background-color: #1CCF3B;
}
</style>
border-color css
<style>
span { border-color: #1CCF3B; }
span { border-color: rgb(28,207,59); }
td.TdClassName
{
border-color: #1CCF3B;
}
.TagClassName
{
border-color: #1CCF3B;
}
</style>