#2BD047

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

Shades of Lime Green #2BD047

Tints of Lime Green #2BD047

Color information

#2BD047 (or 0x2BD047) is unknown color: approx Lime Green. HEX triplet: 2B, D0 and 47. RGB value is (43,208,71). Sum of RGB (Red+Green+Blue) = 43+208+71=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 208 (81.64% from 255 or 64.60% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD047 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD047 is #D42FB8. Grayscale: #8F8F8F. Windows color (decimal): -13905849 or 4706347. OLE color: 4706347.

HSL color Cylindrical-coordinate representation of color #2BD047: hue angle of 130.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BD047 is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB4320871-
CMYK0.7900.660.18
HSL130.18º65.74%49.22%-
HSV(B)130.18º79.33%81.57%-
XYZ24.6946.0813.55-
YUV143.0587.3456.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.35%
GREEN value IS 208 (81.64% from 255) = 64.60%
BLUE value IS 71 (28.12% from 255) = 22.05%
R=13.35%
G=64.60%
B=22.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal43208710.7900.660.18130.1865.7449.22
Hex2BD0474F04212824231
Octal5332010711701022220210261
Binary10101111010000100011110011110100001010010100000101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,208,71); }

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

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

 a { background-color: rgb(43,208,71); }

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

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

 span { border-color: rgb(43,208,71); }

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