#2BDF1B

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

Shades of Lime Green #2BDF1B

Tints of Lime Green #2BDF1B

Color information

#2BDF1B (or 0x2BDF1B) is unknown color: approx Lime Green. HEX triplet: 2B, DF and 1B. RGB value is (43,223,27). Sum of RGB (Red+Green+Blue) = 43+223+27=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 223 (87.5% from 255 or 76.11% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDF1B is #D420E4. Grayscale: #939393. Windows color (decimal): -13902053 or 1826603. OLE color: 1826603.

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

Color convert

RGB4322327-
CMYK0.8100.880.13
HSL115.1º78.4%49.02%-
HSV(B)115.1º87.89%87.45%-
XYZ27.5853.379.88-
YUV146.8460.3753.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.68%
GREEN value IS 223 (87.5% from 255) = 76.11%
BLUE value IS 27 (10.94% from 255) = 9.22%
R=14.68%
G=76.11%
B=9.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal43223270.8100.880.13115.178.449.02
Hex2BDF1B51058D734e31
Octal533373312101301516311661
Binary1010111101111111011101000101011000110111100111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BDF1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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