#2DB518

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

Shades of Kelly Green #2DB518

Tints of Kelly Green #2DB518

Color information

#2DB518 (or 0x2DB518) is unknown color: approx Kelly Green. HEX triplet: 2D, B5 and 18. RGB value is (45,181,24). Sum of RGB (Red+Green+Blue) = 45+181+24=250 (33% of max value = 765). Red value is 45 (17.97% from 255 or 18% from 250); Green value is 181 (71.09% from 255 or 72.4% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB518 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB518 is #D24AE7. Grayscale: #7A7A7A. Windows color (decimal): -13781736 or 1619245. OLE color: 1619245.

HSL color Cylindrical-coordinate representation of color #2DB518: hue angle of 111.97º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DB518 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB4518124-
CMYK0.7500.870.29
HSL111.97º76.59%40.2%-
HSV(B)111.97º86.74%70.98%-
XYZ17.7733.676.43-
YUV122.4472.4472.77-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18%
GREEN value IS 181 (71.09% from 255) = 72.4%
BLUE value IS 24 (9.77% from 255) = 9.6%
R=18%
G=72.4%
B=9.6%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal45181240.7500.870.29111.9776.5940.2
Hex2DB5184B0571D704d28
Octal552653011301273516011550
Binary10110110110101110001001011010101111110111100001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,181,24); }

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

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

 a { background-color: rgb(45,181,24); }

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

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

 span { border-color: rgb(45,181,24); }

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