#2BB42D

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

Shades of Lime Green #2BB42D

Tints of Lime Green #2BB42D

Color information

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

HSL color Cylindrical-coordinate representation of color #2BB42D: hue angle of 120.88º 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 #2BB42D is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB4318045-
CMYK0.7600.750.29
HSL120.88º61.43%43.73%-
HSV(B)120.88º76.11%70.59%-
XYZ17.7933.357.98-
YUV123.6583.6170.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal43180450.7600.750.29120.8861.4343.73
Hex2BB42D4C04B1D793d2c
Octal53264551140113351717554
Binary10101110110100101101100110001001011111011111001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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