#4CD04B

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

Shades of Lime Green #4CD04B

Tints of Lime Green #4CD04B

Color information

#4CD04B (or 0x4CD04B) is unknown color: approx Lime Green. HEX triplet: 4C, D0 and 4B. RGB value is (76,208,75). Sum of RGB (Red+Green+Blue) = 76+208+75=359 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.17% from 359); Green value is 208 (81.64% from 255 or 57.94% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 208 - color contains mainly: green. Hex color #4CD04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD04B is #B32FB4. Grayscale: #999999. Windows color (decimal): -11743157 or 4968524. OLE color: 4968524.

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

Color convert

RGB7620875-
CMYK0.6300.640.18
HSL119.55º58.59%55.49%-
HSV(B)119.55º63.94%81.57%-
XYZ26.8147.1614.35-
YUV153.3783.7772.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.17%
GREEN value IS 208 (81.64% from 255) = 57.94%
BLUE value IS 75 (29.69% from 255) = 20.89%
R=21.17%
G=57.94%
B=20.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal76208750.6300.640.18119.5558.5955.49
Hex4CD04B3F04012783b37
Octal114320113770100221707367
Binary100110011010000100101111111101000000100101111000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CD04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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