#2BD332

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

Shades of Lime Green #2BD332

Tints of Lime Green #2BD332

Color information

#2BD332 (or 0x2BD332) is unknown color: approx Lime Green. HEX triplet: 2B, D3 and 32. RGB value is (43,211,50). Sum of RGB (Red+Green+Blue) = 43+211+50=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 211 (82.81% from 255 or 69.41% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 211 - color contains mainly: green. Hex color #2BD332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD332 is #D42CCD. Grayscale: #8E8E8E. Windows color (decimal): -13905102 or 3330859. OLE color: 3330859.

HSL color Cylindrical-coordinate representation of color #2BD332: hue angle of 122.5º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD332 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB4321150-
CMYK0.8000.760.17
HSL122.5º66.14%49.8%-
HSV(B)122.5º79.62%82.75%-
XYZ24.8747.3310.84-
YUV142.4175.8457.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.14%
GREEN value IS 211 (82.81% from 255) = 69.41%
BLUE value IS 50 (19.92% from 255) = 16.45%
R=14.14%
G=69.41%
B=16.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal43211500.8000.760.17122.566.1449.8
Hex2BD3325004C117a4232
Octal533236212001142117210262
Binary101011110100111100101010000010011001000111110101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,211,50); }

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

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

 a { background-color: rgb(43,211,50); }

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

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

 span { border-color: rgb(43,211,50); }

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