Shades of Lime Green #1BCF36
Tints of Lime Green #1BCF36
RGB
CMYK
RGB Variations
Color information
#1BCF36 (or 0x1BCF36) is known color: Lime Green. HEX triplet: 1B, CF and 36. RGB value is (27,207,54). Sum of RGB (Red+Green+Blue) = 27+207+54=288 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.38% from 288); Green value is 207 (81.25% from 255 or 71.88% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 207 - color contains mainly: green. Hex color #1BCF36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCF36 is #E430C9. Grayscale: #888888. Windows color (decimal): -14954698 or 3591963. OLE color: 3591963.
HSL color Cylindrical-coordinate representation of color #1BCF36: hue angle of 129º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCF36 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 207 | 54 | - |
| CMYK | 0.87 | 0 | 0.74 | 0.19 |
| HSL | 129º | 0.77% | 0.46% | - |
| HSV(B) | 129º | 0.87% | 0.81% | - |
| XYZ | 23.43 | 45.13 | 10.97 | - |
| YUV | 135.74 | 81.87 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 207 | 54 | 0.87 | 0 | 0.74 | 0.19 | 129 | 0.77 | 0.46 |
| Hex | 1B | CF | 36 | 57 | 0 | 4A | 13 | 81 | 4D | 2E |
| Octal | 33 | 317 | 66 | 127 | 0 | 112 | 23 | 201 | 115 | 56 |
| Binary | 11011 | 11001111 | 110110 | 1010111 | 0 | 1001010 | 10011 | 10000001 | 1001101 | 101110 |
Color Harmonies of #1BCF36
Complementary color
Monochromatic Colors of #1BCF36
Black with #1BCF36
Text Example
Text Example
White with #1BCF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCF36; }
p { color: rgb(27,207,54); }
H1.HeaderClassName
{
color: #1BCF36;
}
.AnyTagClassName
{
color: #1BCF36;
}
</style>
background-color css
<style>
a { background-color: #1BCF36; }
a { background-color: rgb(27,207,54); }
div.DivClassName
{
background-color: #1BCF36;
}
.BgClassName
{
background-color: #1BCF36;
}
</style>
border-color css
<style>
span { border-color: #1BCF36; }
span { border-color: rgb(27,207,54); }
td.TdClassName
{
border-color: #1BCF36;
}
.TagClassName
{
border-color: #1BCF36;
}
</style>