#2CC61C

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

Shades of Lime Green #2CC61C

Tints of Lime Green #2CC61C

Color information

#2CC61C (or 0x2CC61C) is unknown color: approx Lime Green. HEX triplet: 2C, C6 and 1C. RGB value is (44,198,28). Sum of RGB (Red+Green+Blue) = 44+198+28=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 198 (77.73% from 255 or 73.33% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 198 - color contains mainly: green. Hex color #2CC61C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC61C is #D339E3. Grayscale: #858585. Windows color (decimal): -13842916 or 1885740. OLE color: 1885740.

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

Color convert

RGB4419828-
CMYK0.7800.860.22
HSL114.35º75.22%44.31%-
HSV(B)114.35º85.86%77.65%-
XYZ21.4441.017.88-
YUV132.5768.9864.82-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.30%
GREEN value IS 198 (77.73% from 255) = 73.33%
BLUE value IS 28 (11.33% from 255) = 10.37%
R=16.30%
G=73.33%
B=10.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal44198280.7800.860.22114.3575.2244.31
Hex2CC61C4E05616724b2c
Octal543063411601262616211354
Binary10110011000110111001001110010101101011011100101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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