#2BDF44

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

Shades of Lime Green #2BDF44

Tints of Lime Green #2BDF44

Color information

#2BDF44 (or 0x2BDF44) is unknown color: approx Lime Green. HEX triplet: 2B, DF and 44. RGB value is (43,223,68). Sum of RGB (Red+Green+Blue) = 43+223+68=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 223 (87.5% from 255 or 66.77% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDF44 is #D420BB. Grayscale: #979797. Windows color (decimal): -13902012 or 4513579. OLE color: 4513579.

HSL color Cylindrical-coordinate representation of color #2BDF44: hue angle of 128.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDF44 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB4322368-
CMYK0.8100.700.13
HSL128.33º73.77%52.16%-
HSV(B)128.33º80.72%87.45%-
XYZ28.4353.7114.34-
YUV151.5180.8750.6-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.87%
GREEN value IS 223 (87.5% from 255) = 66.77%
BLUE value IS 68 (26.95% from 255) = 20.36%
R=12.87%
G=66.77%
B=20.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal43223680.8100.700.13128.3373.7752.16
Hex2BDF4451046D804a34
Octal5333710412101061520011264
Binary1010111101111110001001010001010001101101100000001001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BDF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,223,68); }

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

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

 a { background-color: rgb(43,223,68); }

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

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

 span { border-color: rgb(43,223,68); }

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