#2DB123

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

Shades of Lime Green #2DB123

Tints of Lime Green #2DB123

Color information

#2DB123 (or 0x2DB123) is unknown color: approx Lime Green. HEX triplet: 2D, B1 and 23. RGB value is (45,177,35). Sum of RGB (Red+Green+Blue) = 45+177+35=257 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.51% from 257); Green value is 177 (69.53% from 255 or 68.87% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB123 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB123 is #D24EDC. Grayscale: #797979. Windows color (decimal): -13782749 or 2339117. OLE color: 2339117.

HSL color Cylindrical-coordinate representation of color #2DB123: hue angle of 115.77º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DB123 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB4517735-
CMYK0.7500.800.31
HSL115.77º66.98%41.57%-
HSV(B)115.77º80.23%69.41%-
XYZ17.1132.126.89-
YUV121.3479.2773.55-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.51%
GREEN value IS 177 (69.53% from 255) = 68.87%
BLUE value IS 35 (14.06% from 255) = 13.62%
R=17.51%
G=68.87%
B=13.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal45177350.7500.800.31115.7766.9841.57
Hex2DB1234B0501F74432a
Octal552614311301203716410352
Binary101101101100011000111001011010100001111111101001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,177,35); }

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

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

 a { background-color: rgb(45,177,35); }

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

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

 span { border-color: rgb(45,177,35); }

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