#2CCC4D

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

Shades of Lime Green #2CCC4D

Tints of Lime Green #2CCC4D

Color information

#2CCC4D (or 0x2CCC4D) is unknown color: approx Lime Green. HEX triplet: 2C, CC and 4D. RGB value is (44,204,77). Sum of RGB (Red+Green+Blue) = 44+204+77=325 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.54% from 325); Green value is 204 (80.08% from 255 or 62.77% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCC4D is #D333B2. Grayscale: #8E8E8E. Windows color (decimal): -13841331 or 5098540. OLE color: 5098540.

HSL color Cylindrical-coordinate representation of color #2CCC4D: hue angle of 132.38º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCC4D is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB4420477-
CMYK0.7800.620.2
HSL132.38º64.52%48.63%-
HSV(B)132.38º78.43%80%-
XYZ23.9744.2614.3-
YUV141.6891.4958.33-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.54%
GREEN value IS 204 (80.08% from 255) = 62.77%
BLUE value IS 77 (30.47% from 255) = 23.69%
R=13.54%
G=62.77%
B=23.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal44204770.7800.620.2132.3864.5248.63
Hex2CCC4D4E03E14844131
Octal543141151160762420410161
Binary1011001100110010011011001110011111010100100001001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,204,77); }

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

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

 a { background-color: rgb(44,204,77); }

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

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

 span { border-color: rgb(44,204,77); }

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