Shades of Lime Green #33BC30
Tints of Lime Green #33BC30
RGB
CMYK
RGB Variations
Color information
#33BC30 (or 0x33BC30) is known color: Lime Green. HEX triplet: 33, BC and 30. RGB value is (51,188,48). Sum of RGB (Red+Green+Blue) = 51+188+48=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 188 (73.83% from 255 or 65.51% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BC30 is #CC43CF. Grayscale: #838383. Windows color (decimal): -13386704 or 3193907. OLE color: 3193907.
HSL color Cylindrical-coordinate representation of color #33BC30: hue angle of 118.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33BC30 is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 188 | 48 | - |
| CMYK | 0.73 | 0 | 0.74 | 0.26 |
| HSL | 118.71º | 0.59% | 0.46% | - |
| HSV(B) | 118.71º | 0.74% | 0.74% | - |
| XYZ | 19.88 | 36.88 | 8.87 | - |
| YUV | 131.08 | 81.11 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 48 | 0.73 | 0 | 0.74 | 0.26 | 118.71 | 0.59 | 0.46 |
| Hex | 33 | BC | 30 | 49 | 0 | 4A | 1A | 77 | 3B | 2E |
| Octal | 63 | 274 | 60 | 111 | 0 | 112 | 32 | 167 | 73 | 56 |
| Binary | 110011 | 10111100 | 110000 | 1001001 | 0 | 1001010 | 11010 | 1110111 | 111011 | 101110 |
Color Harmonies of #33BC30
Complementary color
Monochromatic Colors of #33BC30
Black with #33BC30
Text Example
Text Example
White with #33BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BC30; }
p { color: rgb(51,188,48); }
H1.HeaderClassName
{
color: #33BC30;
}
.AnyTagClassName
{
color: #33BC30;
}
</style>
background-color css
<style>
a { background-color: #33BC30; }
a { background-color: rgb(51,188,48); }
div.DivClassName
{
background-color: #33BC30;
}
.BgClassName
{
background-color: #33BC30;
}
</style>
border-color css
<style>
span { border-color: #33BC30; }
span { border-color: rgb(51,188,48); }
td.TdClassName
{
border-color: #33BC30;
}
.TagClassName
{
border-color: #33BC30;
}
</style>