#2CD914

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

Shades of Lime Green #2CD914

Tints of Lime Green #2CD914

Color information

#2CD914 (or 0x2CD914) is unknown color: approx Lime Green. HEX triplet: 2C, D9 and 14. RGB value is (44,217,20). Sum of RGB (Red+Green+Blue) = 44+217+20=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 217 (85.16% from 255 or 77.22% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 217 - color contains mainly: green. Hex color #2CD914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD914 is #D326EB. Grayscale: #8F8F8F. Windows color (decimal): -13838060 or 1366316. OLE color: 1366316.

HSL color Cylindrical-coordinate representation of color #2CD914: hue angle of 112.69º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CD914 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB4421720-
CMYK0.8000.910.15
HSL112.69º83.12%46.47%-
HSV(B)112.69º90.78%85.1%-
XYZ25.9850.218.98-
YUV142.8258.6957.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.66%
GREEN value IS 217 (85.16% from 255) = 77.22%
BLUE value IS 20 (8.20% from 255) = 7.12%
R=15.66%
G=77.22%
B=7.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal44217200.8000.910.15112.6983.1246.47
Hex2CD9145005BF71532e
Octal543312412001331716112356
Binary1011001101100110100101000001011011111111100011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,217,20); }

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

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

 a { background-color: rgb(44,217,20); }

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

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

 span { border-color: rgb(44,217,20); }

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