Shades of Lime Green #33CD43
Tints of Lime Green #33CD43
RGB
CMYK
RGB Variations
Color information
#33CD43 (or 0x33CD43) is known color: Lime Green. HEX triplet: 33, CD and 43. RGB value is (51,205,67). Sum of RGB (Red+Green+Blue) = 51+205+67=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 205 (80.47% from 255 or 63.47% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 205 - color contains mainly: green. Hex color #33CD43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CD43 is #CC32BC. Grayscale: #8F8F8F. Windows color (decimal): -13382333 or 4443443. OLE color: 4443443.
HSL color Cylindrical-coordinate representation of color #33CD43: hue angle of 126.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CD43 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 205 | 67 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.20 |
| HSL | 126.23º | 0.61% | 0.5% | - |
| HSV(B) | 126.23º | 0.75% | 0.8% | - |
| XYZ | 24.21 | 44.77 | 12.68 | - |
| YUV | 143.22 | 84.98 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 205 | 67 | 0.75 | 0 | 0.67 | 0.20 | 126.23 | 0.61 | 0.5 |
| Hex | 33 | CD | 43 | 4B | 0 | 43 | 14 | 7E | 3D | 32 |
| Octal | 63 | 315 | 103 | 113 | 0 | 103 | 24 | 176 | 75 | 62 |
| Binary | 110011 | 11001101 | 1000011 | 1001011 | 0 | 1000011 | 10100 | 1111110 | 111101 | 110010 |
Color Harmonies of #33CD43
Complementary color
Monochromatic Colors of #33CD43
Black with #33CD43
Text Example
Text Example
White with #33CD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CD43; }
p { color: rgb(51,205,67); }
H1.HeaderClassName
{
color: #33CD43;
}
.AnyTagClassName
{
color: #33CD43;
}
</style>
background-color css
<style>
a { background-color: #33CD43; }
a { background-color: rgb(51,205,67); }
div.DivClassName
{
background-color: #33CD43;
}
.BgClassName
{
background-color: #33CD43;
}
</style>
border-color css
<style>
span { border-color: #33CD43; }
span { border-color: rgb(51,205,67); }
td.TdClassName
{
border-color: #33CD43;
}
.TagClassName
{
border-color: #33CD43;
}
</style>