Shades of Lime Green #4BF635
Tints of Lime Green #4BF635
RGB
CMYK
RGB Variations
Color information
#4BF635 (or 0x4BF635) is known color: Lime Green. HEX triplet: 4B, F6 and 35. RGB value is (75,246,53). Sum of RGB (Red+Green+Blue) = 75+246+53=374 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.05% from 374); Green value is 246 (96.48% from 255 or 65.78% from 374); Blue value is 53 (21.09% from 255 or 14.17% from 374); Max value from RGB is 246 - color contains mainly: green. Hex color #4BF635 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BF635 is #B409CA. Grayscale: #ADADAD. Windows color (decimal): -11798987 or 3536459. OLE color: 3536459.
HSL color Cylindrical-coordinate representation of color #4BF635: hue angle of 113.16º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4BF635 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 246 | 53 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.04 |
| HSL | 113.16º | 0.91% | 0.59% | - |
| HSV(B) | 113.16º | 0.78% | 0.96% | - |
| XYZ | 36.5 | 67.66 | 14.5 | - |
| YUV | 172.87 | 60.35 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 246 | 53 | 0.70 | 0 | 0.78 | 0.04 | 113.16 | 0.91 | 0.59 |
| Hex | 4B | F6 | 35 | 46 | 0 | 4E | 4 | 71 | 5B | 3B |
| Octal | 113 | 366 | 65 | 106 | 0 | 116 | 4 | 161 | 133 | 73 |
| Binary | 1001011 | 11110110 | 110101 | 1000110 | 0 | 1001110 | 100 | 1110001 | 1011011 | 111011 |
Color Harmonies of #4BF635
Complementary color
Monochromatic Colors of #4BF635
Black with #4BF635
Text Example
Text Example
White with #4BF635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF635; }
p { color: rgb(75,246,53); }
H1.HeaderClassName
{
color: #4BF635;
}
.AnyTagClassName
{
color: #4BF635;
}
</style>
background-color css
<style>
a { background-color: #4BF635; }
a { background-color: rgb(75,246,53); }
div.DivClassName
{
background-color: #4BF635;
}
.BgClassName
{
background-color: #4BF635;
}
</style>
border-color css
<style>
span { border-color: #4BF635; }
span { border-color: rgb(75,246,53); }
td.TdClassName
{
border-color: #4BF635;
}
.TagClassName
{
border-color: #4BF635;
}
</style>