#2CC617

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

Shades of Lime Green #2CC617

Tints of Lime Green #2CC617

Color information

#2CC617 (or 0x2CC617) is unknown color: approx Lime Green. HEX triplet: 2C, C6 and 17. RGB value is (44,198,23). Sum of RGB (Red+Green+Blue) = 44+198+23=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 198 (77.73% from 255 or 74.72% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 198 - color contains mainly: green. Hex color #2CC617 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC617 is #D339E8. Grayscale: #848484. Windows color (decimal): -13842921 or 1558060. OLE color: 1558060.

HSL color Cylindrical-coordinate representation of color #2CC617: hue angle of 112.8º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CC617 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB4419823-
CMYK0.7800.880.22
HSL112.8º79.19%43.33%-
HSV(B)112.8º88.38%77.65%-
XYZ21.3940.997.59-
YUV13266.4865.23-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.60%
GREEN value IS 198 (77.73% from 255) = 74.72%
BLUE value IS 23 (9.38% from 255) = 8.68%
R=16.60%
G=74.72%
B=8.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal44198230.7800.880.22112.879.1943.33
Hex2CC6174E05816714f2b
Octal543062711601302616111753
Binary10110011000110101111001110010110001011011100011001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,198,23); }

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

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

 a { background-color: rgb(44,198,23); }

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

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

 span { border-color: rgb(44,198,23); }

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