Shades of Lime Green #33C225
Tints of Lime Green #33C225
RGB
CMYK
RGB Variations
Color information
#33C225 (or 0x33C225) is known color: Lime Green. HEX triplet: 33, C2 and 25. RGB value is (51,194,37). Sum of RGB (Red+Green+Blue) = 51+194+37=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 194 (76.17% from 255 or 68.79% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 194 - color contains mainly: green. Hex color #33C225 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C225 is #CC3DDA. Grayscale: #858585. Windows color (decimal): -13385179 or 2474547. OLE color: 2474547.
HSL color Cylindrical-coordinate representation of color #33C225: hue angle of 114.65º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33C225 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 194 | 37 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.24 |
| HSL | 114.65º | 0.68% | 0.45% | - |
| HSV(B) | 114.65º | 0.81% | 0.76% | - |
| XYZ | 20.99 | 39.42 | 8.25 | - |
| YUV | 133.35 | 73.62 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 194 | 37 | 0.74 | 0 | 0.81 | 0.24 | 114.65 | 0.68 | 0.45 |
| Hex | 33 | C2 | 25 | 4A | 0 | 51 | 18 | 73 | 44 | 2D |
| Octal | 63 | 302 | 45 | 112 | 0 | 121 | 30 | 163 | 104 | 55 |
| Binary | 110011 | 11000010 | 100101 | 1001010 | 0 | 1010001 | 11000 | 1110011 | 1000100 | 101101 |
Color Harmonies of #33C225
Complementary color
Monochromatic Colors of #33C225
Black with #33C225
Text Example
Text Example
White with #33C225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C225; }
p { color: rgb(51,194,37); }
H1.HeaderClassName
{
color: #33C225;
}
.AnyTagClassName
{
color: #33C225;
}
</style>
background-color css
<style>
a { background-color: #33C225; }
a { background-color: rgb(51,194,37); }
div.DivClassName
{
background-color: #33C225;
}
.BgClassName
{
background-color: #33C225;
}
</style>
border-color css
<style>
span { border-color: #33C225; }
span { border-color: rgb(51,194,37); }
td.TdClassName
{
border-color: #33C225;
}
.TagClassName
{
border-color: #33C225;
}
</style>