Shades of Lime Green #33C248
Tints of Lime Green #33C248
RGB
CMYK
RGB Variations
Color information
#33C248 (or 0x33C248) is known color: Lime Green. HEX triplet: 33, C2 and 48. RGB value is (51,194,72). Sum of RGB (Red+Green+Blue) = 51+194+72=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 194 (76.17% from 255 or 61.20% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 194 - color contains mainly: green. Hex color #33C248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C248 is #CC3DB7. Grayscale: #898989. Windows color (decimal): -13385144 or 4768307. OLE color: 4768307.
HSL color Cylindrical-coordinate representation of color #33C248: hue angle of 128.81º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C248 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 194 | 72 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.24 |
| HSL | 128.81º | 0.58% | 0.48% | - |
| HSV(B) | 128.81º | 0.74% | 0.76% | - |
| XYZ | 21.83 | 39.76 | 12.65 | - |
| YUV | 137.34 | 91.12 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 194 | 72 | 0.74 | 0 | 0.63 | 0.24 | 128.81 | 0.58 | 0.48 |
| Hex | 33 | C2 | 48 | 4A | 0 | 3F | 18 | 81 | 3A | 30 |
| Octal | 63 | 302 | 110 | 112 | 0 | 77 | 30 | 201 | 72 | 60 |
| Binary | 110011 | 11000010 | 1001000 | 1001010 | 0 | 111111 | 11000 | 10000001 | 111010 | 110000 |
Color Harmonies of #33C248
Complementary color
Monochromatic Colors of #33C248
Black with #33C248
Text Example
Text Example
White with #33C248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C248; }
p { color: rgb(51,194,72); }
H1.HeaderClassName
{
color: #33C248;
}
.AnyTagClassName
{
color: #33C248;
}
</style>
background-color css
<style>
a { background-color: #33C248; }
a { background-color: rgb(51,194,72); }
div.DivClassName
{
background-color: #33C248;
}
.BgClassName
{
background-color: #33C248;
}
</style>
border-color css
<style>
span { border-color: #33C248; }
span { border-color: rgb(51,194,72); }
td.TdClassName
{
border-color: #33C248;
}
.TagClassName
{
border-color: #33C248;
}
</style>