Shades of Lime Green #4BCF4B
Tints of Lime Green #4BCF4B
RGB
CMYK
RGB Variations
Color information
#4BCF4B (or 0x4BCF4B) is known color: Lime Green. HEX triplet: 4B, CF and 4B. RGB value is (75,207,75). Sum of RGB (Red+Green+Blue) = 75+207+75=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 207 (81.25% from 255 or 57.98% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCF4B is #B430B4. Grayscale: #989898. Windows color (decimal): -11808949 or 4968267. OLE color: 4968267.
HSL color Cylindrical-coordinate representation of color #4BCF4B: hue angle of 120º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCF4B is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 207 | 75 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.19 |
| HSL | 120º | 0.58% | 0.55% | - |
| HSV(B) | 120º | 0.64% | 0.81% | - |
| XYZ | 26.48 | 46.63 | 14.26 | - |
| YUV | 152.48 | 84.27 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 207 | 75 | 0.64 | 0 | 0.64 | 0.19 | 120 | 0.58 | 0.55 |
| Hex | 4B | CF | 4B | 40 | 0 | 40 | 13 | 78 | 3A | 37 |
| Octal | 113 | 317 | 113 | 100 | 0 | 100 | 23 | 170 | 72 | 67 |
| Binary | 1001011 | 11001111 | 1001011 | 1000000 | 0 | 1000000 | 10011 | 1111000 | 111010 | 110111 |
Color Harmonies of #4BCF4B
Complementary color
Monochromatic Colors of #4BCF4B
Black with #4BCF4B
Text Example
Text Example
White with #4BCF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCF4B; }
p { color: rgb(75,207,75); }
H1.HeaderClassName
{
color: #4BCF4B;
}
.AnyTagClassName
{
color: #4BCF4B;
}
</style>
background-color css
<style>
a { background-color: #4BCF4B; }
a { background-color: rgb(75,207,75); }
div.DivClassName
{
background-color: #4BCF4B;
}
.BgClassName
{
background-color: #4BCF4B;
}
</style>
border-color css
<style>
span { border-color: #4BCF4B; }
span { border-color: rgb(75,207,75); }
td.TdClassName
{
border-color: #4BCF4B;
}
.TagClassName
{
border-color: #4BCF4B;
}
</style>