#2ccf48

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

Shades of Lime Green #2CCF48

Tints of Lime Green #2CCF48

Color information

#2CCF48 (or 0x2CCF48) is unknown color: approx Lime Green. HEX triplet: 2C, CF and 48. RGB value is (44,207,72). Sum of RGB (Red+Green+Blue) = 44+207+72=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 207 (81.25% from 255 or 64.09% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCF48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCF48 is #D330B7. Grayscale: #8F8F8F. Windows color (decimal): -13840568 or 4771628. OLE color: 4771628.

HSL color Cylindrical-coordinate representation of color #2CCF48: hue angle of 130.31º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCF48 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB4420772-
CMYK0.7900.650.19
HSL130.31º64.94%49.22%-
HSV(B)130.31º78.74%81.18%-
XYZ24.5245.6313.65-
YUV142.878857.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.62%
GREEN value IS 207 (81.25% from 255) = 64.09%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=13.62%
G=64.09%
B=22.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal44207720.7900.650.19130.3164.9449.22
Hex2CCF484F04113824131
Octal5431711011701012320210161
Binary10110011001111100100010011110100000110011100000101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ccf48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,207,72); }

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

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

 a { background-color: rgb(44,207,72); }

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

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

 span { border-color: rgb(44,207,72); }

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