#4BCC44

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

Shades of Lime Green #4BCC44

Tints of Lime Green #4BCC44

Color information

#4BCC44 (or 0x4BCC44) is unknown color: approx Lime Green. HEX triplet: 4B, CC and 44. RGB value is (75,204,68). Sum of RGB (Red+Green+Blue) = 75+204+68=347 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.61% from 347); Green value is 204 (80.08% from 255 or 58.79% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 204 - color contains mainly: green. Hex color #4BCC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCC44 is #B433BB. Grayscale: #969696. Windows color (decimal): -11809724 or 4508747. OLE color: 4508747.

HSL color Cylindrical-coordinate representation of color #4BCC44: hue angle of 116.91º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BCC44 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB7520468-
CMYK0.6300.670.2
HSL116.91º57.14%53.33%-
HSV(B)116.91º66.67%80%-
XYZ25.5445.112.83-
YUV149.9381.7674.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.61%
GREEN value IS 204 (80.08% from 255) = 58.79%
BLUE value IS 68 (26.95% from 255) = 19.60%
R=21.61%
G=58.79%
B=19.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal75204680.6300.670.2116.9157.1453.33
Hex4BCC443F04314753935
Octal113314104770103241657165
Binary100101111001100100010011111101000011101001110101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BCC44; }

 p { color: rgb(75,204,68); }

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

<style>
 a { background-color: #4BCC44; }

 a { background-color: rgb(75,204,68); }

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

<style>
 span { border-color: #4BCC44; }

 span { border-color: rgb(75,204,68); }

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