#4BCA44

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

Shades of Lime Green #4BCA44

Tints of Lime Green #4BCA44

Color information

#4BCA44 (or 0x4BCA44) is unknown color: approx Lime Green. HEX triplet: 4B, CA and 44. RGB value is (75,202,68). Sum of RGB (Red+Green+Blue) = 75+202+68=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 202 (79.30% from 255 or 58.55% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCA44 is #B435BB. Grayscale: #959595. Windows color (decimal): -11810236 or 4508235. OLE color: 4508235.

HSL color Cylindrical-coordinate representation of color #4BCA44: hue angle of 116.87º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BCA44 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB7520268-
CMYK0.6300.660.21
HSL116.87º55.83%52.94%-
HSV(B)116.87º66.34%79.22%-
XYZ25.0744.1512.67-
YUV148.7582.4275.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.74%
GREEN value IS 202 (79.30% from 255) = 58.55%
BLUE value IS 68 (26.95% from 255) = 19.71%
R=21.74%
G=58.55%
B=19.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal75202680.6300.660.21116.8755.8352.94
Hex4BCA443F04215753835
Octal113312104770102251657065
Binary100101111001010100010011111101000010101011110101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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