#2DB33B

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

Shades of Lime Green #2DB33B

Tints of Lime Green #2DB33B

Color information

#2DB33B (or 0x2DB33B) is unknown color: approx Lime Green. HEX triplet: 2D, B3 and 3B. RGB value is (45,179,59). Sum of RGB (Red+Green+Blue) = 45+179+59=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 179 (70.31% from 255 or 63.25% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB33B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB33B is #D24CC4. Grayscale: #7D7D7D. Windows color (decimal): -13782213 or 3912493. OLE color: 3912493.

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

Color convert

RGB4517959-
CMYK0.7500.670.30
HSL126.27º59.82%43.92%-
HSV(B)126.27º74.86%70.2%-
XYZ17.9933.119.58-
YUV125.2590.6170.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.90%
GREEN value IS 179 (70.31% from 255) = 63.25%
BLUE value IS 59 (23.44% from 255) = 20.85%
R=15.90%
G=63.25%
B=20.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal45179590.7500.670.30126.2759.8243.92
Hex2DB33B4B0431E7e3c2c
Octal55263731130103361767454
Binary10110110110011111011100101101000011111101111110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,179,59); }

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

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

 a { background-color: rgb(45,179,59); }

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

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

 span { border-color: rgb(45,179,59); }

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