#4CD651

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

Shades of Lime Green #4CD651

Tints of Lime Green #4CD651

Color information

#4CD651 (or 0x4CD651) is unknown color: approx Lime Green. HEX triplet: 4C, D6 and 51. RGB value is (76,214,81). Sum of RGB (Red+Green+Blue) = 76+214+81=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 214 (83.98% from 255 or 57.68% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 214 - color contains mainly: green. Hex color #4CD651 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD651 is #B329AE. Grayscale: #9D9D9D. Windows color (decimal): -11741615 or 5363276. OLE color: 5363276.

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

Color convert

RGB7621481-
CMYK0.6400.620.16
HSL122.17º62.73%56.86%-
HSV(B)122.17º64.49%83.92%-
XYZ28.5150.2215.98-
YUV157.5884.7869.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.49%
GREEN value IS 214 (83.98% from 255) = 57.68%
BLUE value IS 81 (32.03% from 255) = 21.83%
R=20.49%
G=57.68%
B=21.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal76214810.6400.620.16122.1762.7356.86
Hex4CD6514003E107a3f39
Octal114326121100076201727771
Binary100110011010110101000110000000111110100001111010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CD651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,214,81); }

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

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

 a { background-color: rgb(76,214,81); }

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

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

 span { border-color: rgb(76,214,81); }

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