#2DBC09

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

Shades of Kelly Green #2DBC09

Tints of Kelly Green #2DBC09

Color information

#2DBC09 (or 0x2DBC09) is unknown color: approx Kelly Green. HEX triplet: 2D, BC and 09. RGB value is (45,188,9). Sum of RGB (Red+Green+Blue) = 45+188+9=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 188 (73.83% from 255 or 77.69% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBC09 is #D243F6. Grayscale: #7D7D7D. Windows color (decimal): -13779959 or 637997. OLE color: 637997.

HSL color Cylindrical-coordinate representation of color #2DBC09: hue angle of 107.93º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2DBC09 is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB451889-
CMYK0.7600.950.26
HSL107.93º90.86%38.63%-
HSV(B)107.93º95.21%73.73%-
XYZ19.1136.546.3-
YUV124.8462.6271.05-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.60%
GREEN value IS 188 (73.83% from 255) = 77.69%
BLUE value IS 9 (3.91% from 255) = 3.72%
R=18.60%
G=77.69%
B=3.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4518890.7600.950.26107.9390.8638.63
Hex2DBC94C05F1A6c5b27
Octal552741111401373215413347
Binary1011011011110010011001100010111111101011011001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,188,9); }

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

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

 a { background-color: rgb(45,188,9); }

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

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

 span { border-color: rgb(45,188,9); }

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