#2BD14C

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

Shades of Lime Green #2BD14C

Tints of Lime Green #2BD14C

Color information

#2BD14C (or 0x2BD14C) is unknown color: approx Lime Green. HEX triplet: 2B, D1 and 4C. RGB value is (43,209,76). Sum of RGB (Red+Green+Blue) = 43+209+76=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 209 (82.03% from 255 or 63.72% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD14C is #D42EB3. Grayscale: #909090. Windows color (decimal): -13905588 or 5034283. OLE color: 5034283.

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

Color convert

RGB4320976-
CMYK0.7900.640.18
HSL131.93º65.87%49.41%-
HSV(B)131.93º79.43%81.96%-
XYZ25.146.6414.52-
YUV144.289.555.81-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.11%
GREEN value IS 209 (82.03% from 255) = 63.72%
BLUE value IS 76 (30.08% from 255) = 23.17%
R=13.11%
G=63.72%
B=23.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal43209760.7900.640.18131.9365.8749.41
Hex2BD14C4F04012844231
Octal5332111411701002220410261
Binary10101111010001100110010011110100000010010100001001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,209,76); }

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

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

 a { background-color: rgb(43,209,76); }

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

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

 span { border-color: rgb(43,209,76); }

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