#2DB402

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

Shades of Kelly Green #2DB402

Tints of Kelly Green #2DB402

Color information

#2DB402 (or 0x2DB402) is unknown color: approx Kelly Green. HEX triplet: 2D, B4 and 02. RGB value is (45,180,2). Sum of RGB (Red+Green+Blue) = 45+180+2=227 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.82% from 227); Green value is 180 (70.70% from 255 or 79.30% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB402 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB402 is #D24BFD. Grayscale: #777777. Windows color (decimal): -13782014 or 177197. OLE color: 177197.

HSL color Cylindrical-coordinate representation of color #2DB402: hue angle of 105.51º degrees, saturation: 0.98, 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 #2DB402 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB451802-
CMYK0.7500.990.29
HSL105.51º97.8%35.69%-
HSV(B)105.51º98.89%70.59%-
XYZ17.4133.25.55-
YUV119.3461.7774.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.82%
GREEN value IS 180 (70.70% from 255) = 79.30%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=19.82%
G=79.30%
B=0.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal4518020.7500.990.29105.5197.835.69
Hex2DB424B0631D6a6224
Octal55264211301433515214244
Binary10110110110100101001011011000111110111010101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,180,2); }

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

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

 a { background-color: rgb(45,180,2); }

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

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

 span { border-color: rgb(45,180,2); }

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