#2DB542

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

Shades of Lime Green #2DB542

Tints of Lime Green #2DB542

Color information

#2DB542 (or 0x2DB542) is unknown color: approx Lime Green. HEX triplet: 2D, B5 and 42. RGB value is (45,181,66). Sum of RGB (Red+Green+Blue) = 45+181+66=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 181 (71.09% from 255 or 61.99% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB542 is #D24ABD. Grayscale: #7F7F7F. Windows color (decimal): -13781694 or 4371757. OLE color: 4371757.

HSL color Cylindrical-coordinate representation of color #2DB542: hue angle of 129.26º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB542 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB4518166-
CMYK0.7500.640.29
HSL129.26º60.18%44.31%-
HSV(B)129.26º75.14%70.98%-
XYZ18.593410.74-
YUV127.2393.4469.35-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.41%
GREEN value IS 181 (71.09% from 255) = 61.99%
BLUE value IS 66 (26.17% from 255) = 22.60%
R=15.41%
G=61.99%
B=22.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal45181660.7500.640.29129.2660.1844.31
Hex2DB5424B0401D813c2c
Octal552651021130100352017454
Binary1011011011010110000101001011010000001110110000001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,181,66); }

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

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

 a { background-color: rgb(45,181,66); }

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

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

 span { border-color: rgb(45,181,66); }

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