Shades of Lime Green #33C425
Tints of Lime Green #33C425
RGB
CMYK
RGB Variations
Color information
#33C425 (or 0x33C425) is known color: Lime Green. HEX triplet: 33, C4 and 25. RGB value is (51,196,37). Sum of RGB (Red+Green+Blue) = 51+196+37=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 196 (76.95% from 255 or 69.01% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 196 - color contains mainly: green. Hex color #33C425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C425 is #CC3BDA. Grayscale: #878787. Windows color (decimal): -13384667 or 2475059. OLE color: 2475059.
HSL color Cylindrical-coordinate representation of color #33C425: hue angle of 114.72º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33C425 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 196 | 37 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.23 |
| HSL | 114.72º | 0.68% | 0.46% | - |
| HSV(B) | 114.72º | 0.81% | 0.77% | - |
| XYZ | 21.44 | 40.32 | 8.4 | - |
| YUV | 134.52 | 72.96 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 196 | 37 | 0.74 | 0 | 0.81 | 0.23 | 114.72 | 0.68 | 0.46 |
| Hex | 33 | C4 | 25 | 4A | 0 | 51 | 17 | 73 | 44 | 2E |
| Octal | 63 | 304 | 45 | 112 | 0 | 121 | 27 | 163 | 104 | 56 |
| Binary | 110011 | 11000100 | 100101 | 1001010 | 0 | 1010001 | 10111 | 1110011 | 1000100 | 101110 |
Color Harmonies of #33C425
Complementary color
Monochromatic Colors of #33C425
Black with #33C425
Text Example
Text Example
White with #33C425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C425; }
p { color: rgb(51,196,37); }
H1.HeaderClassName
{
color: #33C425;
}
.AnyTagClassName
{
color: #33C425;
}
</style>
background-color css
<style>
a { background-color: #33C425; }
a { background-color: rgb(51,196,37); }
div.DivClassName
{
background-color: #33C425;
}
.BgClassName
{
background-color: #33C425;
}
</style>
border-color css
<style>
span { border-color: #33C425; }
span { border-color: rgb(51,196,37); }
td.TdClassName
{
border-color: #33C425;
}
.TagClassName
{
border-color: #33C425;
}
</style>