Shades of Lime Green #4BDA45
Tints of Lime Green #4BDA45
RGB
CMYK
RGB Variations
Color information
#4BDA45 (or 0x4BDA45) is known color: Lime Green. HEX triplet: 4B, DA and 45. RGB value is (75,218,69). Sum of RGB (Red+Green+Blue) = 75+218+69=362 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.72% from 362); Green value is 218 (85.55% from 255 or 60.22% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDA45 is #B425BA. Grayscale: #9E9E9E. Windows color (decimal): -11806139 or 4577867. OLE color: 4577867.
HSL color Cylindrical-coordinate representation of color #4BDA45: hue angle of 117.58º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BDA45 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 218 | 69 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.15 |
| HSL | 117.58º | 0.67% | 0.56% | - |
| HSV(B) | 117.58º | 0.68% | 0.85% | - |
| XYZ | 29.05 | 52.07 | 14.15 | - |
| YUV | 158.26 | 77.62 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 218 | 69 | 0.66 | 0 | 0.68 | 0.15 | 117.58 | 0.67 | 0.56 |
| Hex | 4B | DA | 45 | 42 | 0 | 44 | F | 76 | 43 | 38 |
| Octal | 113 | 332 | 105 | 102 | 0 | 104 | 17 | 166 | 103 | 70 |
| Binary | 1001011 | 11011010 | 1000101 | 1000010 | 0 | 1000100 | 1111 | 1110110 | 1000011 | 111000 |
Color Harmonies of #4BDA45
Complementary color
Monochromatic Colors of #4BDA45
Black with #4BDA45
Text Example
Text Example
White with #4BDA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDA45; }
p { color: rgb(75,218,69); }
H1.HeaderClassName
{
color: #4BDA45;
}
.AnyTagClassName
{
color: #4BDA45;
}
</style>
background-color css
<style>
a { background-color: #4BDA45; }
a { background-color: rgb(75,218,69); }
div.DivClassName
{
background-color: #4BDA45;
}
.BgClassName
{
background-color: #4BDA45;
}
</style>
border-color css
<style>
span { border-color: #4BDA45; }
span { border-color: rgb(75,218,69); }
td.TdClassName
{
border-color: #4BDA45;
}
.TagClassName
{
border-color: #4BDA45;
}
</style>