#2cc01c

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

Shades of Lime Green #2CC01C

Tints of Lime Green #2CC01C

Color information

#2CC01C (or 0x2CC01C) is unknown color: approx Lime Green. HEX triplet: 2C, C0 and 1C. RGB value is (44,192,28). Sum of RGB (Red+Green+Blue) = 44+192+28=264 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.67% from 264); Green value is 192 (75.39% from 255 or 72.73% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC01C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC01C is #D33FE3. Grayscale: #818181. Windows color (decimal): -13844452 or 1884204. OLE color: 1884204.

HSL color Cylindrical-coordinate representation of color #2CC01C: hue angle of 114.15º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2CC01C is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB4419228-
CMYK0.7700.850.25
HSL114.15º74.55%43.14%-
HSV(B)114.15º85.42%75.29%-
XYZ20.138.327.44-
YUV129.0570.9767.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.67%
GREEN value IS 192 (75.39% from 255) = 72.73%
BLUE value IS 28 (11.33% from 255) = 10.61%
R=16.67%
G=72.73%
B=10.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal44192280.7700.850.25114.1574.5543.14
Hex2CC01C4D05519724b2b
Octal543003411501253116211353
Binary10110011000000111001001101010101011100111100101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cc01c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,192,28); }

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

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

 a { background-color: rgb(44,192,28); }

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

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

 span { border-color: rgb(44,192,28); }

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