#4CD53D

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

Shades of Lime Green #4CD53D

Tints of Lime Green #4CD53D

Color information

#4CD53D (or 0x4CD53D) is unknown color: approx Lime Green. HEX triplet: 4C, D5 and 3D. RGB value is (76,213,61). Sum of RGB (Red+Green+Blue) = 76+213+61=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 213 (83.59% from 255 or 60.86% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 213 - color contains mainly: green. Hex color #4CD53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD53D is #B32AC2. Grayscale: #9B9B9B. Windows color (decimal): -11741891 or 4052300. OLE color: 4052300.

HSL color Cylindrical-coordinate representation of color #4CD53D: hue angle of 114.08º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4CD53D is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB7621361-
CMYK0.6400.710.16
HSL114.08º64.41%53.73%-
HSV(B)114.08º71.36%83.53%-
XYZ27.6249.4612.51-
YUV154.7175.1171.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.71%
GREEN value IS 213 (83.59% from 255) = 60.86%
BLUE value IS 61 (24.22% from 255) = 17.43%
R=21.71%
G=60.86%
B=17.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal76213610.6400.710.16114.0864.4153.73
Hex4CD53D4004710724036
Octal1143257510001072016210066
Binary1001100110101011111011000000010001111000011100101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CD53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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