#2CC113

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

Shades of Lime Green #2CC113

Tints of Lime Green #2CC113

Color information

#2CC113 (or 0x2CC113) is unknown color: approx Lime Green. HEX triplet: 2C, C1 and 13. RGB value is (44,193,19). Sum of RGB (Red+Green+Blue) = 44+193+19=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 193 (75.78% from 255 or 75.39% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC113 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC113 is #D33EEC. Grayscale: #818181. Windows color (decimal): -13844205 or 1294636. OLE color: 1294636.

HSL color Cylindrical-coordinate representation of color #2CC113: hue angle of 111.38º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CC113 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB4419319-
CMYK0.7700.900.24
HSL111.38º82.08%41.57%-
HSV(B)111.38º90.16%75.69%-
XYZ20.2338.727.02-
YUV128.6166.1467.65-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.19%
GREEN value IS 193 (75.78% from 255) = 75.39%
BLUE value IS 19 (7.81% from 255) = 7.42%
R=17.19%
G=75.39%
B=7.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal44193190.7700.900.24111.3882.0841.57
Hex2CC1134D05A186f522a
Octal543012311501323015712252
Binary10110011000001100111001101010110101100011011111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,193,19); }

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

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

 a { background-color: rgb(44,193,19); }

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

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

 span { border-color: rgb(44,193,19); }

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