Shades of Lime Green #38CE33
Tints of Lime Green #38CE33
RGB
CMYK
RGB Variations
Color information
#38CE33 (or 0x38CE33) is known color: Lime Green. HEX triplet: 38, CE and 33. RGB value is (56,206,51). Sum of RGB (Red+Green+Blue) = 56+206+51=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 206 (80.86% from 255 or 65.81% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 206 - color contains mainly: green. Hex color #38CE33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CE33 is #C731CC. Grayscale: #8F8F8F. Windows color (decimal): -13054413 or 3395128. OLE color: 3395128.
HSL color Cylindrical-coordinate representation of color #38CE33: hue angle of 118.06º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38CE33 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 206 | 51 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.19 |
| HSL | 118.06º | 0.61% | 0.5% | - |
| HSV(B) | 118.06º | 0.75% | 0.81% | - |
| XYZ | 24.3 | 45.22 | 10.58 | - |
| YUV | 143.48 | 75.81 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 51 | 0.73 | 0 | 0.75 | 0.19 | 118.06 | 0.61 | 0.5 |
| Hex | 38 | CE | 33 | 49 | 0 | 4B | 13 | 76 | 3D | 32 |
| Octal | 70 | 316 | 63 | 111 | 0 | 113 | 23 | 166 | 75 | 62 |
| Binary | 111000 | 11001110 | 110011 | 1001001 | 0 | 1001011 | 10011 | 1110110 | 111101 | 110010 |
Color Harmonies of #38CE33
Complementary color
Monochromatic Colors of #38CE33
Black with #38CE33
Text Example
Text Example
White with #38CE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CE33; }
p { color: rgb(56,206,51); }
H1.HeaderClassName
{
color: #38CE33;
}
.AnyTagClassName
{
color: #38CE33;
}
</style>
background-color css
<style>
a { background-color: #38CE33; }
a { background-color: rgb(56,206,51); }
div.DivClassName
{
background-color: #38CE33;
}
.BgClassName
{
background-color: #38CE33;
}
</style>
border-color css
<style>
span { border-color: #38CE33; }
span { border-color: rgb(56,206,51); }
td.TdClassName
{
border-color: #38CE33;
}
.TagClassName
{
border-color: #38CE33;
}
</style>