#2BD048

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

Shades of Lime Green #2BD048

Tints of Lime Green #2BD048

Color information

#2BD048 (or 0x2BD048) is unknown color: approx Lime Green. HEX triplet: 2B, D0 and 48. RGB value is (43,208,72). Sum of RGB (Red+Green+Blue) = 43+208+72=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 208 (81.64% from 255 or 64.40% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD048 is #D42FB7. Grayscale: #8F8F8F. Windows color (decimal): -13905848 or 4771883. OLE color: 4771883.

HSL color Cylindrical-coordinate representation of color #2BD048: hue angle of 130.55º 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 #2BD048 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB4320872-
CMYK0.7900.650.18
HSL130.55º65.74%49.22%-
HSV(B)130.55º79.33%81.57%-
XYZ24.7246.0913.72-
YUV143.1687.8456.56-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.31%
GREEN value IS 208 (81.64% from 255) = 64.40%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=13.31%
G=64.40%
B=22.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal43208720.7900.650.18130.5565.7449.22
Hex2BD0484F04112834231
Octal5332011011701012220310261
Binary10101111010000100100010011110100000110010100000111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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