Shades of Kelly Green #2DB400
Tints of Kelly Green #2DB400
RGB
CMYK
RGB Variations
Color information
#2DB400 (or 0x2DB400) is known color: Kelly Green. HEX triplet: 2D, B4 and 00. RGB value is (45,180,0). Sum of RGB (Red+Green+Blue) = 45+180+0=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 180 (70.70% from 255 or 80% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB400 is #D24BFF. Grayscale: #777777. Windows color (decimal): -13782016 or 46125. OLE color: 46125.
HSL color Cylindrical-coordinate representation of color #2DB400: hue angle of 105º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2DB400 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
RGB | 45 | 180 | 0 | - |
CMYK | 0.75 | 0 | 1 | 0.29 |
HSL | 105º | 1% | 0.35% | - |
HSV(B) | 105º | 1% | 0.71% | - |
XYZ | 17.4 | 33.2 | 5.49 | - |
YUV | 119.12 | 60.77 | 75.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 180 | 0 | 0.75 | 0 | 1 | 0.29 | 105 | 1 | 0.35 |
Hex | 2D | B4 | 0 | 4B | 0 | 64 | 1D | 69 | 64 | 23 |
Octal | 55 | 264 | 0 | 113 | 0 | 144 | 35 | 151 | 144 | 43 |
Binary | 101101 | 10110100 | 0 | 1001011 | 0 | 1100100 | 11101 | 1101001 | 1100100 | 100011 |
Color Harmonies of #2DB400
Complementary color
Monochromatic Colors of #2DB400
Black with #2DB400
Text Example
Text Example
White with #2DB400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB400; }
p { color: rgb(45,180,0); }
H1.HeaderClassName
{
color: #2DB400;
}
.AnyTagClassName
{
color: #2DB400;
}
</style>
background-color css
<style>
a { background-color: #2DB400; }
a { background-color: rgb(45,180,0); }
div.DivClassName
{
background-color: #2DB400;
}
.BgClassName
{
background-color: #2DB400;
}
</style>
border-color css
<style>
span { border-color: #2DB400; }
span { border-color: rgb(45,180,0); }
td.TdClassName
{
border-color: #2DB400;
}
.TagClassName
{
border-color: #2DB400;
}
</style>