Shades of Lime Green #33CF25
Tints of Lime Green #33CF25
RGB
CMYK
RGB Variations
Color information
#33CF25 (or 0x33CF25) is known color: Lime Green. HEX triplet: 33, CF and 25. RGB value is (51,207,37). Sum of RGB (Red+Green+Blue) = 51+207+37=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 207 (81.25% from 255 or 70.17% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 207 - color contains mainly: green. Hex color #33CF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CF25 is #CC30DA. Grayscale: #8D8D8D. Windows color (decimal): -13381851 or 2477875. OLE color: 2477875.
HSL color Cylindrical-coordinate representation of color #33CF25: hue angle of 115.06º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33CF25 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 207 | 37 | - |
| CMYK | 0.75 | 0 | 0.82 | 0.19 |
| HSL | 115.06º | 0.7% | 0.48% | - |
| HSV(B) | 115.06º | 0.82% | 0.81% | - |
| XYZ | 24.01 | 45.46 | 9.26 | - |
| YUV | 140.98 | 69.32 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 207 | 37 | 0.75 | 0 | 0.82 | 0.19 | 115.06 | 0.7 | 0.48 |
| Hex | 33 | CF | 25 | 4B | 0 | 52 | 13 | 73 | 46 | 30 |
| Octal | 63 | 317 | 45 | 113 | 0 | 122 | 23 | 163 | 106 | 60 |
| Binary | 110011 | 11001111 | 100101 | 1001011 | 0 | 1010010 | 10011 | 1110011 | 1000110 | 110000 |
Color Harmonies of #33CF25
Complementary color
Monochromatic Colors of #33CF25
Black with #33CF25
Text Example
Text Example
White with #33CF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CF25; }
p { color: rgb(51,207,37); }
H1.HeaderClassName
{
color: #33CF25;
}
.AnyTagClassName
{
color: #33CF25;
}
</style>
background-color css
<style>
a { background-color: #33CF25; }
a { background-color: rgb(51,207,37); }
div.DivClassName
{
background-color: #33CF25;
}
.BgClassName
{
background-color: #33CF25;
}
</style>
border-color css
<style>
span { border-color: #33CF25; }
span { border-color: rgb(51,207,37); }
td.TdClassName
{
border-color: #33CF25;
}
.TagClassName
{
border-color: #33CF25;
}
</style>