Shades of Lime Green #4BDE27
Tints of Lime Green #4BDE27
RGB
CMYK
RGB Variations
Color information
#4BDE27 (or 0x4BDE27) is known color: Lime Green. HEX triplet: 4B, DE and 27. RGB value is (75,222,39). Sum of RGB (Red+Green+Blue) = 75+222+39=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 222 (87.11% from 255 or 66.07% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 222 - color contains mainly: green. Hex color #4BDE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDE27 is #B421D8. Grayscale: #9D9D9D. Windows color (decimal): -11805145 or 2612811. OLE color: 2612811.
HSL color Cylindrical-coordinate representation of color #4BDE27: hue angle of 108.2º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4BDE27 is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 222 | 39 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.13 |
| HSL | 108.2º | 0.73% | 0.51% | - |
| HSV(B) | 108.2º | 0.82% | 0.87% | - |
| XYZ | 29.39 | 53.88 | 10.77 | - |
| YUV | 157.19 | 61.3 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 222 | 39 | 0.66 | 0 | 0.82 | 0.13 | 108.2 | 0.73 | 0.51 |
| Hex | 4B | DE | 27 | 42 | 0 | 52 | D | 6C | 49 | 33 |
| Octal | 113 | 336 | 47 | 102 | 0 | 122 | 15 | 154 | 111 | 63 |
| Binary | 1001011 | 11011110 | 100111 | 1000010 | 0 | 1010010 | 1101 | 1101100 | 1001001 | 110011 |
Color Harmonies of #4BDE27
Complementary color
Monochromatic Colors of #4BDE27
Black with #4BDE27
Text Example
Text Example
White with #4BDE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDE27; }
p { color: rgb(75,222,39); }
H1.HeaderClassName
{
color: #4BDE27;
}
.AnyTagClassName
{
color: #4BDE27;
}
</style>
background-color css
<style>
a { background-color: #4BDE27; }
a { background-color: rgb(75,222,39); }
div.DivClassName
{
background-color: #4BDE27;
}
.BgClassName
{
background-color: #4BDE27;
}
</style>
border-color css
<style>
span { border-color: #4BDE27; }
span { border-color: rgb(75,222,39); }
td.TdClassName
{
border-color: #4BDE27;
}
.TagClassName
{
border-color: #4BDE27;
}
</style>