Shades of Lime Green #4BCB36
Tints of Lime Green #4BCB36
RGB
CMYK
RGB Variations
Color information
#4BCB36 (or 0x4BCB36) is known color: Lime Green. HEX triplet: 4B, CB and 36. RGB value is (75,203,54). Sum of RGB (Red+Green+Blue) = 75+203+54=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 203 (79.69% from 255 or 61.14% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCB36 is #B434C9. Grayscale: #949494. Windows color (decimal): -11809994 or 3590987. OLE color: 3590987.
HSL color Cylindrical-coordinate representation of color #4BCB36: hue angle of 111.54º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4BCB36 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 203 | 54 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.20 |
| HSL | 111.54º | 0.59% | 0.5% | - |
| HSV(B) | 111.54º | 0.73% | 0.8% | - |
| XYZ | 24.92 | 44.47 | 10.76 | - |
| YUV | 147.74 | 75.09 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 203 | 54 | 0.63 | 0 | 0.73 | 0.20 | 111.54 | 0.59 | 0.5 |
| Hex | 4B | CB | 36 | 3F | 0 | 49 | 14 | 70 | 3B | 32 |
| Octal | 113 | 313 | 66 | 77 | 0 | 111 | 24 | 160 | 73 | 62 |
| Binary | 1001011 | 11001011 | 110110 | 111111 | 0 | 1001001 | 10100 | 1110000 | 111011 | 110010 |
Color Harmonies of #4BCB36
Complementary color
Monochromatic Colors of #4BCB36
Black with #4BCB36
Text Example
Text Example
White with #4BCB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCB36; }
p { color: rgb(75,203,54); }
H1.HeaderClassName
{
color: #4BCB36;
}
.AnyTagClassName
{
color: #4BCB36;
}
</style>
background-color css
<style>
a { background-color: #4BCB36; }
a { background-color: rgb(75,203,54); }
div.DivClassName
{
background-color: #4BCB36;
}
.BgClassName
{
background-color: #4BCB36;
}
</style>
border-color css
<style>
span { border-color: #4BCB36; }
span { border-color: rgb(75,203,54); }
td.TdClassName
{
border-color: #4BCB36;
}
.TagClassName
{
border-color: #4BCB36;
}
</style>