#4CDC3D

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

Shades of Lime Green #4CDC3D

Tints of Lime Green #4CDC3D

Color information

#4CDC3D (or 0x4CDC3D) is unknown color: approx Lime Green. HEX triplet: 4C, DC and 3D. RGB value is (76,220,61). Sum of RGB (Red+Green+Blue) = 76+220+61=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 220 (86.33% from 255 or 61.62% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDC3D is #B323C2. Grayscale: #9F9F9F. Windows color (decimal): -11740099 or 4054092. OLE color: 4054092.

HSL color Cylindrical-coordinate representation of color #4CDC3D: hue angle of 114.34º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4CDC3D is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB7622061-
CMYK0.6500.720.14
HSL114.34º69.43%55.1%-
HSV(B)114.34º72.27%86.27%-
XYZ29.4253.0613.11-
YUV158.8272.7968.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.29%
GREEN value IS 220 (86.33% from 255) = 61.62%
BLUE value IS 61 (24.22% from 255) = 17.09%
R=21.29%
G=61.62%
B=17.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal76220610.6500.720.14114.3469.4355.1
Hex4CDC3D41048E724537
Octal1143347510101101616210567
Binary100110011011100111101100000101001000111011100101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,220,61); }

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

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

 a { background-color: rgb(76,220,61); }

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

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

 span { border-color: rgb(76,220,61); }

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