Shades of Lime Green #1BCF0A
Tints of Lime Green #1BCF0A
RGB
CMYK
RGB Variations
Color information
#1BCF0A (or 0x1BCF0A) is known color: Lime Green. HEX triplet: 1B, CF and 0A. RGB value is (27,207,10). Sum of RGB (Red+Green+Blue) = 27+207+10=244 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.07% from 244); Green value is 207 (81.25% from 255 or 84.84% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 207 - color contains mainly: green. Hex color #1BCF0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCF0A is #E430F5. Grayscale: #838383. Windows color (decimal): -14954742 or 708379. OLE color: 708379.
HSL color Cylindrical-coordinate representation of color #1BCF0A: hue angle of 114.82º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1BCF0A is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 207 | 10 | - |
| CMYK | 0.87 | 0 | 0.95 | 0.19 |
| HSL | 114.82º | 0.91% | 0.43% | - |
| HSV(B) | 114.82º | 0.95% | 0.81% | - |
| XYZ | 22.82 | 44.88 | 7.75 | - |
| YUV | 130.72 | 59.87 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 207 | 10 | 0.87 | 0 | 0.95 | 0.19 | 114.82 | 0.91 | 0.43 |
| Hex | 1B | CF | A | 57 | 0 | 5F | 13 | 73 | 5B | 2B |
| Octal | 33 | 317 | 12 | 127 | 0 | 137 | 23 | 163 | 133 | 53 |
| Binary | 11011 | 11001111 | 1010 | 1010111 | 0 | 1011111 | 10011 | 1110011 | 1011011 | 101011 |
Color Harmonies of #1BCF0A
Complementary color
Monochromatic Colors of #1BCF0A
Black with #1BCF0A
Text Example
Text Example
White with #1BCF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCF0A; }
p { color: rgb(27,207,10); }
H1.HeaderClassName
{
color: #1BCF0A;
}
.AnyTagClassName
{
color: #1BCF0A;
}
</style>
background-color css
<style>
a { background-color: #1BCF0A; }
a { background-color: rgb(27,207,10); }
div.DivClassName
{
background-color: #1BCF0A;
}
.BgClassName
{
background-color: #1BCF0A;
}
</style>
border-color css
<style>
span { border-color: #1BCF0A; }
span { border-color: rgb(27,207,10); }
td.TdClassName
{
border-color: #1BCF0A;
}
.TagClassName
{
border-color: #1BCF0A;
}
</style>