#2bd019

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

Shades of Lime Green #2BD019

Tints of Lime Green #2BD019

Color information

#2BD019 (or 0x2BD019) is unknown color: approx Lime Green. HEX triplet: 2B, D0 and 19. RGB value is (43,208,25). Sum of RGB (Red+Green+Blue) = 43+208+25=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 208 (81.64% from 255 or 75.36% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD019 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD019 is #D42FE6. Grayscale: #8A8A8A. Windows color (decimal): -13905895 or 1691691. OLE color: 1691691.

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

Color convert

RGB4320825-
CMYK0.7900.880.18
HSL114.1º78.54%45.69%-
HSV(B)114.1º87.98%81.57%-
XYZ23.7345.78.49-
YUV137.864.3460.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.58%
GREEN value IS 208 (81.64% from 255) = 75.36%
BLUE value IS 25 (10.16% from 255) = 9.06%
R=15.58%
G=75.36%
B=9.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal43208250.7900.880.18114.178.5445.69
Hex2BD0194F05812724f2e
Octal533203111701302216211756
Binary10101111010000110011001111010110001001011100101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bd019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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