#2CC128

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

Shades of Lime Green #2CC128

Tints of Lime Green #2CC128

Color information

#2CC128 (or 0x2CC128) is unknown color: approx Lime Green. HEX triplet: 2C, C1 and 28. RGB value is (44,193,40). Sum of RGB (Red+Green+Blue) = 44+193+40=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 193 (75.78% from 255 or 69.68% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC128 is #D33ED7. Grayscale: #838383. Windows color (decimal): -13844184 or 2670892. OLE color: 2670892.

HSL color Cylindrical-coordinate representation of color #2CC128: hue angle of 118.43º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CC128 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB4419340-
CMYK0.7700.790.24
HSL118.43º65.67%45.69%-
HSV(B)118.43º79.27%75.69%-
XYZ20.4938.838.42-
YUV131.0176.6465.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.88%
GREEN value IS 193 (75.78% from 255) = 69.68%
BLUE value IS 40 (16.02% from 255) = 14.44%
R=15.88%
G=69.68%
B=14.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal44193400.7700.790.24118.4365.6745.69
Hex2CC1284D04F1876422e
Octal543015011501173016610256
Binary101100110000011010001001101010011111100011101101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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