Shades of Lime Green #1FCE27
Tints of Lime Green #1FCE27
RGB
CMYK
RGB Variations
Color information
#1FCE27 (or 0x1FCE27) is known color: Lime Green. HEX triplet: 1F, CE and 27. RGB value is (31,206,39). Sum of RGB (Red+Green+Blue) = 31+206+39=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 206 (80.86% from 255 or 74.64% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCE27 is #E031D8. Grayscale: #878787. Windows color (decimal): -14692825 or 2608671. OLE color: 2608671.
HSL color Cylindrical-coordinate representation of color #1FCE27: hue angle of 122.74º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCE27 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 39 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.19 |
| HSL | 122.74º | 0.74% | 0.46% | - |
| HSV(B) | 122.74º | 0.85% | 0.81% | - |
| XYZ | 23 | 44.58 | 9.31 | - |
| YUV | 134.64 | 74.02 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 39 | 0.85 | 0 | 0.81 | 0.19 | 122.74 | 0.74 | 0.46 |
| Hex | 1F | CE | 27 | 55 | 0 | 51 | 13 | 7B | 4A | 2E |
| Octal | 37 | 316 | 47 | 125 | 0 | 121 | 23 | 173 | 112 | 56 |
| Binary | 11111 | 11001110 | 100111 | 1010101 | 0 | 1010001 | 10011 | 1111011 | 1001010 | 101110 |
Color Harmonies of #1FCE27
Complementary color
Monochromatic Colors of #1FCE27
Black with #1FCE27
Text Example
Text Example
White with #1FCE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCE27; }
p { color: rgb(31,206,39); }
H1.HeaderClassName
{
color: #1FCE27;
}
.AnyTagClassName
{
color: #1FCE27;
}
</style>
background-color css
<style>
a { background-color: #1FCE27; }
a { background-color: rgb(31,206,39); }
div.DivClassName
{
background-color: #1FCE27;
}
.BgClassName
{
background-color: #1FCE27;
}
</style>
border-color css
<style>
span { border-color: #1FCE27; }
span { border-color: rgb(31,206,39); }
td.TdClassName
{
border-color: #1FCE27;
}
.TagClassName
{
border-color: #1FCE27;
}
</style>