Shades of Lime Green #38CB25
Tints of Lime Green #38CB25
RGB
CMYK
RGB Variations
Color information
#38CB25 (or 0x38CB25) is known color: Lime Green. HEX triplet: 38, CB and 25. RGB value is (56,203,37). Sum of RGB (Red+Green+Blue) = 56+203+37=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 203 (79.69% from 255 or 68.58% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CB25 is #C734DA. Grayscale: #8C8C8C. Windows color (decimal): -13055195 or 2476856. OLE color: 2476856.
HSL color Cylindrical-coordinate representation of color #38CB25: hue angle of 113.13º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38CB25 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 203 | 37 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.20 |
| HSL | 113.13º | 0.69% | 0.47% | - |
| HSV(B) | 113.13º | 0.82% | 0.8% | - |
| XYZ | 23.32 | 43.69 | 8.95 | - |
| YUV | 140.12 | 69.8 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 203 | 37 | 0.72 | 0 | 0.82 | 0.20 | 113.13 | 0.69 | 0.47 |
| Hex | 38 | CB | 25 | 48 | 0 | 52 | 14 | 71 | 45 | 2F |
| Octal | 70 | 313 | 45 | 110 | 0 | 122 | 24 | 161 | 105 | 57 |
| Binary | 111000 | 11001011 | 100101 | 1001000 | 0 | 1010010 | 10100 | 1110001 | 1000101 | 101111 |
Color Harmonies of #38CB25
Complementary color
Monochromatic Colors of #38CB25
Black with #38CB25
Text Example
Text Example
White with #38CB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CB25; }
p { color: rgb(56,203,37); }
H1.HeaderClassName
{
color: #38CB25;
}
.AnyTagClassName
{
color: #38CB25;
}
</style>
background-color css
<style>
a { background-color: #38CB25; }
a { background-color: rgb(56,203,37); }
div.DivClassName
{
background-color: #38CB25;
}
.BgClassName
{
background-color: #38CB25;
}
</style>
border-color css
<style>
span { border-color: #38CB25; }
span { border-color: rgb(56,203,37); }
td.TdClassName
{
border-color: #38CB25;
}
.TagClassName
{
border-color: #38CB25;
}
</style>