Shades of Lime Green #38CF41
Tints of Lime Green #38CF41
RGB
CMYK
RGB Variations
Color information
#38CF41 (or 0x38CF41) is known color: Lime Green. HEX triplet: 38, CF and 41. RGB value is (56,207,65). Sum of RGB (Red+Green+Blue) = 56+207+65=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 207 (81.25% from 255 or 63.11% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 207 - color contains mainly: green. Hex color #38CF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CF41 is #C730BE. Grayscale: #929292. Windows color (decimal): -13054143 or 4312888. OLE color: 4312888.
HSL color Cylindrical-coordinate representation of color #38CF41: hue angle of 123.58º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CF41 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 207 | 65 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.19 |
| HSL | 123.58º | 0.61% | 0.52% | - |
| HSV(B) | 123.58º | 0.73% | 0.81% | - |
| XYZ | 24.9 | 45.85 | 12.54 | - |
| YUV | 145.66 | 82.47 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 207 | 65 | 0.73 | 0 | 0.69 | 0.19 | 123.58 | 0.61 | 0.52 |
| Hex | 38 | CF | 41 | 49 | 0 | 45 | 13 | 7C | 3D | 34 |
| Octal | 70 | 317 | 101 | 111 | 0 | 105 | 23 | 174 | 75 | 64 |
| Binary | 111000 | 11001111 | 1000001 | 1001001 | 0 | 1000101 | 10011 | 1111100 | 111101 | 110100 |
Color Harmonies of #38CF41
Complementary color
Monochromatic Colors of #38CF41
Black with #38CF41
Text Example
Text Example
White with #38CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CF41; }
p { color: rgb(56,207,65); }
H1.HeaderClassName
{
color: #38CF41;
}
.AnyTagClassName
{
color: #38CF41;
}
</style>
background-color css
<style>
a { background-color: #38CF41; }
a { background-color: rgb(56,207,65); }
div.DivClassName
{
background-color: #38CF41;
}
.BgClassName
{
background-color: #38CF41;
}
</style>
border-color css
<style>
span { border-color: #38CF41; }
span { border-color: rgb(56,207,65); }
td.TdClassName
{
border-color: #38CF41;
}
.TagClassName
{
border-color: #38CF41;
}
</style>