#2dba11

Color #2DBA11 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #2DBA11

Tints of Kelly Green #2DBA11

Color information

#2DBA11 (or 0x2DBA11) is unknown color: approx Kelly Green. HEX triplet: 2D, BA and 11. RGB value is (45,186,17). Sum of RGB (Red+Green+Blue) = 45+186+17=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 186 (73.05% from 255 or 75% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBA11 is #D245EE. Grayscale: #7D7D7D. Windows color (decimal): -13780463 or 1161773. OLE color: 1161773.

HSL color Cylindrical-coordinate representation of color #2DBA11: hue angle of 110.06º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DBA11 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB4518617-
CMYK0.7600.910.27
HSL110.06º83.25%39.8%-
HSV(B)110.06º90.86%72.94%-
XYZ18.7435.726.44-
YUV124.5767.2971.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 18.15%
GREEN value IS 186 (73.05% from 255) = 75%
BLUE value IS 17 (7.03% from 255) = 6.85%
R=18.15%
G=75%
B=6.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal45186170.7600.910.27110.0683.2539.8
Hex2DBA114C05B1B6e5328
Octal552722111401333315612350
Binary10110110111010100011001100010110111101111011101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2dba11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2dba11; }

 p { color: rgb(45,186,17); }

 H1.HeaderClassName
 {
   color: #2dba11;
 }
 .AnyTagClassName
 {
   color: #2dba11;
 }
</style>
background-color css

<style>
 a { background-color: #2dba11; }

 a { background-color: rgb(45,186,17); }

 div.DivClassName
 {
   background-color: #2dba11;
 }
 .BgClassName
 {
   background-color: #2dba11;
 }
</style>
border-color css

<style>
 span { border-color: #2dba11; }

 span { border-color: rgb(45,186,17); }

 td.TdClassName
 {
   border-color: #2dba11;
 }
 .TagClassName
 {
   border-color: #2dba11;
 }
</style>