#4BCC4A

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

Shades of Lime Green #4BCC4A

Tints of Lime Green #4BCC4A

Color information

#4BCC4A (or 0x4BCC4A) is unknown color: approx Lime Green. HEX triplet: 4B, CC and 4A. RGB value is (75,204,74). Sum of RGB (Red+Green+Blue) = 75+204+74=353 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.25% from 353); Green value is 204 (80.08% from 255 or 57.79% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 204 - color contains mainly: green. Hex color #4BCC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCC4A is #B433B5. Grayscale: #979797. Windows color (decimal): -11809718 or 4901963. OLE color: 4901963.

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

Color convert

RGB7520474-
CMYK0.6300.640.2
HSL119.54º56.03%54.51%-
HSV(B)119.54º63.73%80%-
XYZ25.7345.1813.84-
YUV150.6184.7674.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.25%
GREEN value IS 204 (80.08% from 255) = 57.79%
BLUE value IS 74 (29.30% from 255) = 20.96%
R=21.25%
G=57.79%
B=20.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal75204740.6300.640.2119.5456.0354.51
Hex4BCC4A3F04014783837
Octal113314112770100241707067
Binary100101111001100100101011111101000000101001111000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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