Shades of Kelly Green #27BC02
Tints of Kelly Green #27BC02
RGB
CMYK
RGB Variations
Color information
#27BC02 (or 0x27BC02) is known color: Kelly Green. HEX triplet: 27, BC and 02. RGB value is (39,188,2). Sum of RGB (Red+Green+Blue) = 39+188+2=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 188 (73.83% from 255 or 82.10% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27BC02 is #D843FD. Grayscale: #7A7A7A. Windows color (decimal): -14173182 or 179239. OLE color: 179239.
HSL color Cylindrical-coordinate representation of color #27BC02: hue angle of 108.06º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27BC02 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 188 | 2 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.26 |
| HSL | 108.06º | 0.98% | 0.37% | - |
| HSV(B) | 108.06º | 0.99% | 0.74% | - |
| XYZ | 18.83 | 36.4 | 6.09 | - |
| YUV | 122.25 | 60.14 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 188 | 2 | 0.79 | 0 | 0.99 | 0.26 | 108.06 | 0.98 | 0.37 |
| Hex | 27 | BC | 2 | 4F | 0 | 63 | 1A | 6C | 62 | 25 |
| Octal | 47 | 274 | 2 | 117 | 0 | 143 | 32 | 154 | 142 | 45 |
| Binary | 100111 | 10111100 | 10 | 1001111 | 0 | 1100011 | 11010 | 1101100 | 1100010 | 100101 |
Color Harmonies of #27BC02
Complementary color
Monochromatic Colors of #27BC02
Black with #27BC02
Text Example
Text Example
White with #27BC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BC02; }
p { color: rgb(39,188,2); }
H1.HeaderClassName
{
color: #27BC02;
}
.AnyTagClassName
{
color: #27BC02;
}
</style>
background-color css
<style>
a { background-color: #27BC02; }
a { background-color: rgb(39,188,2); }
div.DivClassName
{
background-color: #27BC02;
}
.BgClassName
{
background-color: #27BC02;
}
</style>
border-color css
<style>
span { border-color: #27BC02; }
span { border-color: rgb(39,188,2); }
td.TdClassName
{
border-color: #27BC02;
}
.TagClassName
{
border-color: #27BC02;
}
</style>