#4CD84B

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

Shades of Lime Green #4CD84B

Tints of Lime Green #4CD84B

Color information

#4CD84B (or 0x4CD84B) is unknown color: approx Lime Green. HEX triplet: 4C, D8 and 4B. RGB value is (76,216,75). Sum of RGB (Red+Green+Blue) = 76+216+75=367 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.71% from 367); Green value is 216 (84.77% from 255 or 58.86% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 216 - color contains mainly: green. Hex color #4CD84B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD84B is #B327B4. Grayscale: #9E9E9E. Windows color (decimal): -11741109 or 4970572. OLE color: 4970572.

HSL color Cylindrical-coordinate representation of color #4CD84B: hue angle of 119.57º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CD84B is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB7621675-
CMYK0.6500.650.15
HSL119.57º64.38%57.06%-
HSV(B)119.57º65.28%84.71%-
XYZ28.8151.1615.01-
YUV158.0781.1269.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.71%
GREEN value IS 216 (84.77% from 255) = 58.86%
BLUE value IS 75 (29.69% from 255) = 20.44%
R=20.71%
G=58.86%
B=20.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal76216750.6500.650.15119.5764.3857.06
Hex4CD84B41041F784039
Octal11433011310101011717010071
Binary1001100110110001001011100000101000001111111110001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CD84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,216,75); }

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

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

 a { background-color: rgb(76,216,75); }

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

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

 span { border-color: rgb(76,216,75); }

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