Shades of Lime Green #43CB4B
Tints of Lime Green #43CB4B
RGB
CMYK
RGB Variations
Color information
#43CB4B (or 0x43CB4B) is known color: Lime Green. HEX triplet: 43, CB and 4B. RGB value is (67,203,75). Sum of RGB (Red+Green+Blue) = 67+203+75=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 203 (79.69% from 255 or 58.84% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 203 - color contains mainly: green. Hex color #43CB4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CB4B is #BC34B4. Grayscale: #949494. Windows color (decimal): -12334261 or 4967235. OLE color: 4967235.
HSL color Cylindrical-coordinate representation of color #43CB4B: hue angle of 123.53º 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 #43CB4B is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 203 | 75 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.20 |
| HSL | 123.53º | 0.57% | 0.53% | - |
| HSV(B) | 123.53º | 0.67% | 0.8% | - |
| XYZ | 24.94 | 44.41 | 13.91 | - |
| YUV | 147.74 | 86.94 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 203 | 75 | 0.67 | 0 | 0.63 | 0.20 | 123.53 | 0.57 | 0.53 |
| Hex | 43 | CB | 4B | 43 | 0 | 3F | 14 | 7C | 39 | 35 |
| Octal | 103 | 313 | 113 | 103 | 0 | 77 | 24 | 174 | 71 | 65 |
| Binary | 1000011 | 11001011 | 1001011 | 1000011 | 0 | 111111 | 10100 | 1111100 | 111001 | 110101 |
Color Harmonies of #43CB4B
Complementary color
Monochromatic Colors of #43CB4B
Black with #43CB4B
Text Example
Text Example
White with #43CB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CB4B; }
p { color: rgb(67,203,75); }
H1.HeaderClassName
{
color: #43CB4B;
}
.AnyTagClassName
{
color: #43CB4B;
}
</style>
background-color css
<style>
a { background-color: #43CB4B; }
a { background-color: rgb(67,203,75); }
div.DivClassName
{
background-color: #43CB4B;
}
.BgClassName
{
background-color: #43CB4B;
}
</style>
border-color css
<style>
span { border-color: #43CB4B; }
span { border-color: rgb(67,203,75); }
td.TdClassName
{
border-color: #43CB4B;
}
.TagClassName
{
border-color: #43CB4B;
}
</style>