#2bd448

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

Shades of Lime Green #2BD448

Tints of Lime Green #2BD448

Color information

#2BD448 (or 0x2BD448) is unknown color: approx Lime Green. HEX triplet: 2B, D4 and 48. RGB value is (43,212,72). Sum of RGB (Red+Green+Blue) = 43+212+72=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 212 (83.20% from 255 or 64.83% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 212 - color contains mainly: green. Hex color #2BD448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD448 is #D42BB7. Grayscale: #919191. Windows color (decimal): -13904824 or 4772907. OLE color: 4772907.

HSL color Cylindrical-coordinate representation of color #2BD448: hue angle of 130.3º 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 #2BD448 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB4321272-
CMYK0.8000.660.17
HSL130.3º66.27%50%-
HSV(B)130.3º79.72%83.14%-
XYZ25.7148.0714.05-
YUV145.5186.5154.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.15%
GREEN value IS 212 (83.20% from 255) = 64.83%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=13.15%
G=64.83%
B=22.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal43212720.8000.660.17130.366.2750
Hex2BD4485004211824232
Octal5332411012001022120210262
Binary10101111010100100100010100000100001010001100000101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bd448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,212,72); }

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

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

 a { background-color: rgb(43,212,72); }

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

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

 span { border-color: rgb(43,212,72); }

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