#2BC316

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

Shades of Lime Green #2BC316

Tints of Lime Green #2BC316

Color information

#2BC316 (or 0x2BC316) is unknown color: approx Lime Green. HEX triplet: 2B, C3 and 16. RGB value is (43,195,22). Sum of RGB (Red+Green+Blue) = 43+195+22=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 195 (76.56% from 255 or 75% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC316 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC316 is #D43CE9. Grayscale: #828282. Windows color (decimal): -13909226 or 1491755. OLE color: 1491755.

HSL color Cylindrical-coordinate representation of color #2BC316: hue angle of 112.72º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2BC316 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB4319522-
CMYK0.7800.890.24
HSL112.72º79.72%42.55%-
HSV(B)112.72º88.72%76.47%-
XYZ20.6639.67.31-
YUV129.8367.1466.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.54%
GREEN value IS 195 (76.56% from 255) = 75%
BLUE value IS 22 (8.98% from 255) = 8.46%
R=16.54%
G=75%
B=8.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal43195220.7800.890.24112.7279.7242.55
Hex2BC3164E0591871502b
Octal533032611601313016112053
Binary10101111000011101101001110010110011100011100011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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