Shades of Kelly Green #2DCF03
Tints of Kelly Green #2DCF03
RGB
CMYK
RGB Variations
Color information
#2DCF03 (or 0x2DCF03) is known color: Kelly Green. HEX triplet: 2D, CF and 03. RGB value is (45,207,3). Sum of RGB (Red+Green+Blue) = 45+207+3=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 207 (81.25% from 255 or 81.18% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCF03 is #D230FC. Grayscale: #878787. Windows color (decimal): -13775101 or 249645. OLE color: 249645.
HSL color Cylindrical-coordinate representation of color #2DCF03: hue angle of 107.65º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2DCF03 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 3 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.19 |
| HSL | 107.65º | 0.97% | 0.41% | - |
| HSV(B) | 107.65º | 0.99% | 0.81% | - |
| XYZ | 23.41 | 45.19 | 7.57 | - |
| YUV | 135.31 | 53.33 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 3 | 0.78 | 0 | 0.99 | 0.19 | 107.65 | 0.97 | 0.41 |
| Hex | 2D | CF | 3 | 4E | 0 | 63 | 13 | 6C | 61 | 29 |
| Octal | 55 | 317 | 3 | 116 | 0 | 143 | 23 | 154 | 141 | 51 |
| Binary | 101101 | 11001111 | 11 | 1001110 | 0 | 1100011 | 10011 | 1101100 | 1100001 | 101001 |
Color Harmonies of #2DCF03
Complementary color
Monochromatic Colors of #2DCF03
Black with #2DCF03
Text Example
Text Example
White with #2DCF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCF03; }
p { color: rgb(45,207,3); }
H1.HeaderClassName
{
color: #2DCF03;
}
.AnyTagClassName
{
color: #2DCF03;
}
</style>
background-color css
<style>
a { background-color: #2DCF03; }
a { background-color: rgb(45,207,3); }
div.DivClassName
{
background-color: #2DCF03;
}
.BgClassName
{
background-color: #2DCF03;
}
</style>
border-color css
<style>
span { border-color: #2DCF03; }
span { border-color: rgb(45,207,3); }
td.TdClassName
{
border-color: #2DCF03;
}
.TagClassName
{
border-color: #2DCF03;
}
</style>