#2BD716

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

Shades of Lime Green #2BD716

Tints of Lime Green #2BD716

Color information

#2BD716 (or 0x2BD716) is unknown color: approx Lime Green. HEX triplet: 2B, D7 and 16. RGB value is (43,215,22). Sum of RGB (Red+Green+Blue) = 43+215+22=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 215 (84.38% from 255 or 76.79% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD716 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD716 is #D428E9. Grayscale: #8E8E8E. Windows color (decimal): -13904106 or 1496875. OLE color: 1496875.

HSL color Cylindrical-coordinate representation of color #2BD716: hue angle of 113.47º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BD716 is Cyan = 0.8, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB4321522-
CMYK0.800.900.16
HSL113.47º81.43%46.47%-
HSV(B)113.47º89.77%84.31%-
XYZ25.4449.178.91-
YUV141.5760.5257.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.36%
GREEN value IS 215 (84.38% from 255) = 76.79%
BLUE value IS 22 (8.98% from 255) = 7.86%
R=15.36%
G=76.79%
B=7.86%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal43215220.800.900.16113.4781.4346.47
Hex2BD7165005A1071512e
Octal533272612001322016112156
Binary10101111010111101101010000010110101000011100011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,215,22); }

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

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

 a { background-color: rgb(43,215,22); }

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

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

 span { border-color: rgb(43,215,22); }

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