#2DC111

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

Shades of Kelly Green #2DC111

Tints of Kelly Green #2DC111

Color information

#2DC111 (or 0x2DC111) is unknown color: approx Kelly Green. HEX triplet: 2D, C1 and 11. RGB value is (45,193,17). Sum of RGB (Red+Green+Blue) = 45+193+17=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 193 (75.78% from 255 or 75.69% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC111 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC111 is #D23EEE. Grayscale: #818181. Windows color (decimal): -13778671 or 1163565. OLE color: 1163565.

HSL color Cylindrical-coordinate representation of color #2DC111: hue angle of 110.45º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DC111 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB4519317-
CMYK0.7700.910.24
HSL110.45º83.81%41.18%-
HSV(B)110.45º91.19%75.69%-
XYZ20.2538.746.94-
YUV128.6864.9768.31-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.65%
GREEN value IS 193 (75.78% from 255) = 75.69%
BLUE value IS 17 (7.03% from 255) = 6.67%
R=17.65%
G=75.69%
B=6.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal45193170.7700.910.24110.4583.8141.18
Hex2DC1114D05B186e5429
Octal553012111501333015612451
Binary10110111000001100011001101010110111100011011101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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