Shades of Kelly Green #2BB601
Tints of Kelly Green #2BB601
RGB
CMYK
RGB Variations
Color information
#2BB601 (or 0x2BB601) is known color: Kelly Green. HEX triplet: 2B, B6 and 01. RGB value is (43,182,1). Sum of RGB (Red+Green+Blue) = 43+182+1=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 182 (71.48% from 255 or 80.53% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB601 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB601 is #D449FE. Grayscale: #787878. Windows color (decimal): -13912575 or 112171. OLE color: 112171.
HSL color Cylindrical-coordinate representation of color #2BB601: hue angle of 106.08º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BB601 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 182 | 1 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.29 |
| HSL | 106.08º | 0.99% | 0.36% | - |
| HSV(B) | 106.08º | 0.99% | 0.71% | - |
| XYZ | 17.73 | 33.97 | 5.65 | - |
| YUV | 119.81 | 60.95 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 182 | 1 | 0.76 | 0 | 0.99 | 0.29 | 106.08 | 0.99 | 0.36 |
| Hex | 2B | B6 | 1 | 4C | 0 | 63 | 1D | 6A | 63 | 24 |
| Octal | 53 | 266 | 1 | 114 | 0 | 143 | 35 | 152 | 143 | 44 |
| Binary | 101011 | 10110110 | 1 | 1001100 | 0 | 1100011 | 11101 | 1101010 | 1100011 | 100100 |
Color Harmonies of #2BB601
Complementary color
Monochromatic Colors of #2BB601
Black with #2BB601
Text Example
Text Example
White with #2BB601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB601; }
p { color: rgb(43,182,1); }
H1.HeaderClassName
{
color: #2BB601;
}
.AnyTagClassName
{
color: #2BB601;
}
</style>
background-color css
<style>
a { background-color: #2BB601; }
a { background-color: rgb(43,182,1); }
div.DivClassName
{
background-color: #2BB601;
}
.BgClassName
{
background-color: #2BB601;
}
</style>
border-color css
<style>
span { border-color: #2BB601; }
span { border-color: rgb(43,182,1); }
td.TdClassName
{
border-color: #2BB601;
}
.TagClassName
{
border-color: #2BB601;
}
</style>