#2CD716

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

Shades of Lime Green #2CD716

Tints of Lime Green #2CD716

Color information

#2CD716 (or 0x2CD716) is unknown color: approx Lime Green. HEX triplet: 2C, D7 and 16. RGB value is (44,215,22). Sum of RGB (Red+Green+Blue) = 44+215+22=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 215 (84.38% from 255 or 76.51% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 215 - color contains mainly: green. Hex color #2CD716 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD716 is #D328E9. Grayscale: #8E8E8E. Windows color (decimal): -13838570 or 1496876. OLE color: 1496876.

HSL color Cylindrical-coordinate representation of color #2CD716: hue angle of 113.16º 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 #2CD716 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB4421522-
CMYK0.8000.900.16
HSL113.16º81.43%46.47%-
HSV(B)113.16º89.77%84.31%-
XYZ25.4849.198.91-
YUV141.8760.3558.19-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.66%
GREEN value IS 215 (84.38% from 255) = 76.51%
BLUE value IS 22 (8.98% from 255) = 7.83%
R=15.66%
G=76.51%
B=7.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal44215220.8000.900.16113.1681.4346.47
Hex2CD7165005A1071512e
Octal543272612001322016112156
Binary10110011010111101101010000010110101000011100011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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