#2CC728

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

Shades of Lime Green #2CC728

Tints of Lime Green #2CC728

Color information

#2CC728 (or 0x2CC728) is unknown color: approx Lime Green. HEX triplet: 2C, C7 and 28. RGB value is (44,199,40). Sum of RGB (Red+Green+Blue) = 44+199+40=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 199 (78.12% from 255 or 70.32% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 199 - color contains mainly: green. Hex color #2CC728 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC728 is #D338D7. Grayscale: #878787. Windows color (decimal): -13842648 or 2672428. OLE color: 2672428.

HSL color Cylindrical-coordinate representation of color #2CC728: hue angle of 118.49º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CC728 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB4419940-
CMYK0.7800.800.22
HSL118.49º66.53%46.86%-
HSV(B)118.49º79.9%78.04%-
XYZ21.8541.548.87-
YUV134.5374.6563.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.55%
GREEN value IS 199 (78.12% from 255) = 70.32%
BLUE value IS 40 (16.02% from 255) = 14.13%
R=15.55%
G=70.32%
B=14.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal44199400.7800.800.22118.4966.5346.86
Hex2CC7284E0501676432f
Octal543075011601202616610357
Binary101100110001111010001001110010100001011011101101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,199,40); }

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

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

 a { background-color: rgb(44,199,40); }

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

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

 span { border-color: rgb(44,199,40); }

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