#2DB115

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

Shades of Kelly Green #2DB115

Tints of Kelly Green #2DB115

Color information

#2DB115 (or 0x2DB115) is unknown color: approx Kelly Green. HEX triplet: 2D, B1 and 15. RGB value is (45,177,21). Sum of RGB (Red+Green+Blue) = 45+177+21=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 177 (69.53% from 255 or 72.84% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB115 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DB115 is #D24EEA. Grayscale: #787878. Windows color (decimal): -13782763 or 1421613. OLE color: 1421613.

HSL color Cylindrical-coordinate representation of color #2DB115: hue angle of 110.77º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DB115 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB4517721-
CMYK0.7500.880.31
HSL110.77º78.79%38.82%-
HSV(B)110.77º88.14%69.41%-
XYZ16.9432.066-
YUV119.7572.2774.68-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.52%
GREEN value IS 177 (69.53% from 255) = 72.84%
BLUE value IS 21 (8.59% from 255) = 8.64%
R=18.52%
G=72.84%
B=8.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal45177210.7500.880.31110.7778.7938.82
Hex2DB1154B0581F6f4f27
Octal552612511301303715711747
Binary10110110110001101011001011010110001111111011111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,177,21); }

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

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

 a { background-color: rgb(45,177,21); }

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

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

 span { border-color: rgb(45,177,21); }

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