Shades of Lime Green #33C327
Tints of Lime Green #33C327
RGB
CMYK
RGB Variations
Color information
#33C327 (or 0x33C327) is known color: Lime Green. HEX triplet: 33, C3 and 27. RGB value is (51,195,39). Sum of RGB (Red+Green+Blue) = 51+195+39=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 195 (76.56% from 255 or 68.42% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 195 - color contains mainly: green. Hex color #33C327 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C327 is #CC3CD8. Grayscale: #868686. Windows color (decimal): -13384921 or 2605875. OLE color: 2605875.
HSL color Cylindrical-coordinate representation of color #33C327: hue angle of 115.38º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33C327 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 195 | 39 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.24 |
| HSL | 115.38º | 0.67% | 0.46% | - |
| HSV(B) | 115.38º | 0.8% | 0.76% | - |
| XYZ | 21.25 | 39.88 | 8.5 | - |
| YUV | 134.16 | 74.29 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 195 | 39 | 0.74 | 0 | 0.80 | 0.24 | 115.38 | 0.67 | 0.46 |
| Hex | 33 | C3 | 27 | 4A | 0 | 50 | 18 | 73 | 43 | 2E |
| Octal | 63 | 303 | 47 | 112 | 0 | 120 | 30 | 163 | 103 | 56 |
| Binary | 110011 | 11000011 | 100111 | 1001010 | 0 | 1010000 | 11000 | 1110011 | 1000011 | 101110 |
Color Harmonies of #33C327
Complementary color
Monochromatic Colors of #33C327
Black with #33C327
Text Example
Text Example
White with #33C327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C327; }
p { color: rgb(51,195,39); }
H1.HeaderClassName
{
color: #33C327;
}
.AnyTagClassName
{
color: #33C327;
}
</style>
background-color css
<style>
a { background-color: #33C327; }
a { background-color: rgb(51,195,39); }
div.DivClassName
{
background-color: #33C327;
}
.BgClassName
{
background-color: #33C327;
}
</style>
border-color css
<style>
span { border-color: #33C327; }
span { border-color: rgb(51,195,39); }
td.TdClassName
{
border-color: #33C327;
}
.TagClassName
{
border-color: #33C327;
}
</style>