Shades of Lime Green #4CCB43
Tints of Lime Green #4CCB43
RGB
CMYK
RGB Variations
Color information
#4CCB43 (or 0x4CCB43) is known color: Lime Green. HEX triplet: 4C, CB and 43. RGB value is (76,203,67). Sum of RGB (Red+Green+Blue) = 76+203+67=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 203 (79.69% from 255 or 58.67% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCB43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCB43 is #B334BC. Grayscale: #959595. Windows color (decimal): -11744445 or 4442956. OLE color: 4442956.
HSL color Cylindrical-coordinate representation of color #4CCB43: hue angle of 116.03º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CCB43 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 203 | 67 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.20 |
| HSL | 116.03º | 0.57% | 0.53% | - |
| HSV(B) | 116.03º | 0.67% | 0.8% | - |
| XYZ | 25.35 | 44.65 | 12.59 | - |
| YUV | 149.52 | 81.42 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 67 | 0.63 | 0 | 0.67 | 0.20 | 116.03 | 0.57 | 0.53 |
| Hex | 4C | CB | 43 | 3F | 0 | 43 | 14 | 74 | 39 | 35 |
| Octal | 114 | 313 | 103 | 77 | 0 | 103 | 24 | 164 | 71 | 65 |
| Binary | 1001100 | 11001011 | 1000011 | 111111 | 0 | 1000011 | 10100 | 1110100 | 111001 | 110101 |
Color Harmonies of #4CCB43
Complementary color
Monochromatic Colors of #4CCB43
Black with #4CCB43
Text Example
Text Example
White with #4CCB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCB43; }
p { color: rgb(76,203,67); }
H1.HeaderClassName
{
color: #4CCB43;
}
.AnyTagClassName
{
color: #4CCB43;
}
</style>
background-color css
<style>
a { background-color: #4CCB43; }
a { background-color: rgb(76,203,67); }
div.DivClassName
{
background-color: #4CCB43;
}
.BgClassName
{
background-color: #4CCB43;
}
</style>
border-color css
<style>
span { border-color: #4CCB43; }
span { border-color: rgb(76,203,67); }
td.TdClassName
{
border-color: #4CCB43;
}
.TagClassName
{
border-color: #4CCB43;
}
</style>