#4CCD3D

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

Shades of Lime Green #4CCD3D

Tints of Lime Green #4CCD3D

Color information

#4CCD3D (or 0x4CCD3D) is unknown color: approx Lime Green. HEX triplet: 4C, CD and 3D. RGB value is (76,205,61). Sum of RGB (Red+Green+Blue) = 76+205+61=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 205 (80.47% from 255 or 59.94% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCD3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCD3D is #B332C2. Grayscale: #969696. Windows color (decimal): -11743939 or 4050252. OLE color: 4050252.

HSL color Cylindrical-coordinate representation of color #4CCD3D: hue angle of 113.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CCD3D is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB7620561-
CMYK0.6300.700.20
HSL113.75º59.02%52.16%-
HSV(B)113.75º70.24%80.39%-
XYZ25.6545.5411.85-
YUV150.0177.7675.21-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.22%
GREEN value IS 205 (80.47% from 255) = 59.94%
BLUE value IS 61 (24.22% from 255) = 17.84%
R=22.22%
G=59.94%
B=17.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal76205610.6300.700.20113.7559.0252.16
Hex4CCD3D3F04614723b34
Octal11431575770106241627364
Binary10011001100110111110111111101000110101001110010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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