Shades of Lime Green #1FCE2B
Tints of Lime Green #1FCE2B
RGB
CMYK
RGB Variations
Color information
#1FCE2B (or 0x1FCE2B) is known color: Lime Green. HEX triplet: 1F, CE and 2B. RGB value is (31,206,43). Sum of RGB (Red+Green+Blue) = 31+206+43=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 206 (80.86% from 255 or 73.57% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCE2B is #E031D4. Grayscale: #878787. Windows color (decimal): -14692821 or 2870815. OLE color: 2870815.
HSL color Cylindrical-coordinate representation of color #1FCE2B: hue angle of 124.11º 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 #1FCE2B is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 43 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.19 |
| HSL | 124.11º | 0.74% | 0.46% | - |
| HSV(B) | 124.11º | 0.85% | 0.81% | - |
| XYZ | 23.07 | 44.61 | 9.68 | - |
| YUV | 135.09 | 76.02 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 43 | 0.85 | 0 | 0.79 | 0.19 | 124.11 | 0.74 | 0.46 |
| Hex | 1F | CE | 2B | 55 | 0 | 4F | 13 | 7C | 4A | 2E |
| Octal | 37 | 316 | 53 | 125 | 0 | 117 | 23 | 174 | 112 | 56 |
| Binary | 11111 | 11001110 | 101011 | 1010101 | 0 | 1001111 | 10011 | 1111100 | 1001010 | 101110 |
Color Harmonies of #1FCE2B
Complementary color
Monochromatic Colors of #1FCE2B
Black with #1FCE2B
Text Example
Text Example
White with #1FCE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCE2B; }
p { color: rgb(31,206,43); }
H1.HeaderClassName
{
color: #1FCE2B;
}
.AnyTagClassName
{
color: #1FCE2B;
}
</style>
background-color css
<style>
a { background-color: #1FCE2B; }
a { background-color: rgb(31,206,43); }
div.DivClassName
{
background-color: #1FCE2B;
}
.BgClassName
{
background-color: #1FCE2B;
}
</style>
border-color css
<style>
span { border-color: #1FCE2B; }
span { border-color: rgb(31,206,43); }
td.TdClassName
{
border-color: #1FCE2B;
}
.TagClassName
{
border-color: #1FCE2B;
}
</style>