#4CD72F

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

Shades of Lime Green #4CD72F

Tints of Lime Green #4CD72F

Color information

#4CD72F (or 0x4CD72F) is unknown color: approx Lime Green. HEX triplet: 4C, D7 and 2F. RGB value is (76,215,47). Sum of RGB (Red+Green+Blue) = 76+215+47=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 215 (84.38% from 255 or 63.61% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 215 - color contains mainly: green. Hex color #4CD72F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD72F is #B328D0. Grayscale: #9A9A9A. Windows color (decimal): -11741393 or 3135308. OLE color: 3135308.

HSL color Cylindrical-coordinate representation of color #4CD72F: hue angle of 109.64º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4CD72F is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB7621547-
CMYK0.6500.780.16
HSL109.64º67.74%51.37%-
HSV(B)109.64º78.14%84.31%-
XYZ27.7950.3410.94-
YUV154.2967.4572.16-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.49%
GREEN value IS 215 (84.38% from 255) = 63.61%
BLUE value IS 47 (18.75% from 255) = 13.91%
R=22.49%
G=63.61%
B=13.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal76215470.6500.780.16109.6467.7451.37
Hex4CD72F4104E106e4433
Octal1143275710101162015610463
Binary1001100110101111011111000001010011101000011011101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CD72F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,215,47); }

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

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

 a { background-color: rgb(76,215,47); }

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

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

 span { border-color: rgb(76,215,47); }

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