#2DC445

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

Shades of Lime Green #2DC445

Tints of Lime Green #2DC445

Color information

#2DC445 (or 0x2DC445) is unknown color: approx Lime Green. HEX triplet: 2D, C4 and 45. RGB value is (45,196,69). Sum of RGB (Red+Green+Blue) = 45+196+69=310 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.52% from 310); Green value is 196 (76.95% from 255 or 63.23% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 196 - color contains mainly: green. Hex color #2DC445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC445 is #D23BBA. Grayscale: #888888. Windows color (decimal): -13777851 or 4572205. OLE color: 4572205.

HSL color Cylindrical-coordinate representation of color #2DC445: hue angle of 129.54º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC445 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB4519669-
CMYK0.7700.650.23
HSL129.54º62.66%47.25%-
HSV(B)129.54º77.04%76.86%-
XYZ21.940.4712.29-
YUV136.3789.9762.83-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.52%
GREEN value IS 196 (76.95% from 255) = 63.23%
BLUE value IS 69 (27.34% from 255) = 22.26%
R=14.52%
G=63.23%
B=22.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal45196690.7700.650.23129.5462.6647.25
Hex2DC4454D04117823f2f
Octal553041051150101272027757
Binary1011011100010010001011001101010000011011110000010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,196,69); }

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

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

 a { background-color: rgb(45,196,69); }

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

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

 span { border-color: rgb(45,196,69); }

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