Shades of Kelly Green #38CB02
Tints of Kelly Green #38CB02
RGB
CMYK
RGB Variations
Color information
#38CB02 (or 0x38CB02) is known color: Kelly Green. HEX triplet: 38, CB and 02. RGB value is (56,203,2). Sum of RGB (Red+Green+Blue) = 56+203+2=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 203 (79.69% from 255 or 77.78% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38CB02 is #C734FD. Grayscale: #888888. Windows color (decimal): -13055230 or 183096. OLE color: 183096.
HSL color Cylindrical-coordinate representation of color #38CB02: hue angle of 103.88º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38CB02 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 203 | 2 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.20 |
| HSL | 103.88º | 0.98% | 0.4% | - |
| HSV(B) | 103.88º | 0.99% | 0.8% | - |
| XYZ | 23 | 43.56 | 7.25 | - |
| YUV | 136.13 | 52.3 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 203 | 2 | 0.72 | 0 | 0.99 | 0.20 | 103.88 | 0.98 | 0.4 |
| Hex | 38 | CB | 2 | 48 | 0 | 63 | 14 | 68 | 62 | 28 |
| Octal | 70 | 313 | 2 | 110 | 0 | 143 | 24 | 150 | 142 | 50 |
| Binary | 111000 | 11001011 | 10 | 1001000 | 0 | 1100011 | 10100 | 1101000 | 1100010 | 101000 |
Color Harmonies of #38CB02
Complementary color
Monochromatic Colors of #38CB02
Black with #38CB02
Text Example
Text Example
White with #38CB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CB02; }
p { color: rgb(56,203,2); }
H1.HeaderClassName
{
color: #38CB02;
}
.AnyTagClassName
{
color: #38CB02;
}
</style>
background-color css
<style>
a { background-color: #38CB02; }
a { background-color: rgb(56,203,2); }
div.DivClassName
{
background-color: #38CB02;
}
.BgClassName
{
background-color: #38CB02;
}
</style>
border-color css
<style>
span { border-color: #38CB02; }
span { border-color: rgb(56,203,2); }
td.TdClassName
{
border-color: #38CB02;
}
.TagClassName
{
border-color: #38CB02;
}
</style>