#2DB42B

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

Shades of Lime Green #2DB42B

Tints of Lime Green #2DB42B

Color information

#2DB42B (or 0x2DB42B) is unknown color: approx Lime Green. HEX triplet: 2D, B4 and 2B. RGB value is (45,180,43). Sum of RGB (Red+Green+Blue) = 45+180+43=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 180 (70.70% from 255 or 67.16% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB42B is #D24BD4. Grayscale: #7C7C7C. Windows color (decimal): -13781973 or 2864173. OLE color: 2864173.

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

Color convert

RGB4518043-
CMYK0.7500.760.29
HSL119.12º61.43%43.73%-
HSV(B)119.12º76.11%70.59%-
XYZ17.8433.377.79-
YUV124.0282.2771.64-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.79%
GREEN value IS 180 (70.70% from 255) = 67.16%
BLUE value IS 43 (17.19% from 255) = 16.04%
R=16.79%
G=67.16%
B=16.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal45180430.7500.760.29119.1261.4343.73
Hex2DB42B4B04C1D773d2c
Octal55264531130114351677554
Binary10110110110100101011100101101001100111011110111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,180,43); }

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

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

 a { background-color: rgb(45,180,43); }

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

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

 span { border-color: rgb(45,180,43); }

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