#2dc14b

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

Shades of Lime Green #2DC14B

Tints of Lime Green #2DC14B

Color information

#2DC14B (or 0x2DC14B) is unknown color: approx Lime Green. HEX triplet: 2D, C1 and 4B. RGB value is (45,193,75). Sum of RGB (Red+Green+Blue) = 45+193+75=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 193 (75.78% from 255 or 61.66% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC14B is #D23EB4. Grayscale: #878787. Windows color (decimal): -13778613 or 4964653. OLE color: 4964653.

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

Color convert

RGB4519375-
CMYK0.7700.610.24
HSL132.16º62.18%46.67%-
HSV(B)132.16º76.68%75.69%-
XYZ21.4239.2113.1-
YUV135.393.9763.59-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.38%
GREEN value IS 193 (75.78% from 255) = 61.66%
BLUE value IS 75 (29.69% from 255) = 23.96%
R=14.38%
G=61.66%
B=23.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal45193750.7700.610.24132.1662.1846.67
Hex2DC14B4D03D18843e2f
Octal55301113115075302047657
Binary101101110000011001011100110101111011100010000100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2dc14b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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