#2CC316

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

Shades of Lime Green #2CC316

Tints of Lime Green #2CC316

Color information

#2CC316 (or 0x2CC316) is unknown color: approx Lime Green. HEX triplet: 2C, C3 and 16. RGB value is (44,195,22). Sum of RGB (Red+Green+Blue) = 44+195+22=261 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.86% from 261); Green value is 195 (76.56% from 255 or 74.71% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 195 - color contains mainly: green. Hex color #2CC316 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC316 is #D33CE9. Grayscale: #828282. Windows color (decimal): -13843690 or 1491756. OLE color: 1491756.

HSL color Cylindrical-coordinate representation of color #2CC316: hue angle of 112.37º 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 #2CC316 is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB4419522-
CMYK0.7700.890.24
HSL112.37º79.72%42.55%-
HSV(B)112.37º88.72%76.47%-
XYZ20.739.627.32-
YUV130.1366.9766.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.86%
GREEN value IS 195 (76.56% from 255) = 74.71%
BLUE value IS 22 (8.98% from 255) = 8.43%
R=16.86%
G=74.71%
B=8.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal44195220.7700.890.24112.3779.7242.55
Hex2CC3164D0591870502b
Octal543032611501313016012053
Binary10110011000011101101001101010110011100011100001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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