#4ED535

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

Shades of Lime Green #4ED535

Tints of Lime Green #4ED535

Color information

#4ED535 (or 0x4ED535) is unknown color: approx Lime Green. HEX triplet: 4E, D5 and 35. RGB value is (78,213,53). Sum of RGB (Red+Green+Blue) = 78+213+53=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 213 (83.59% from 255 or 61.92% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 213 - color contains mainly: green. Hex color #4ED535 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED535 is #B12ACA. Grayscale: #9A9A9A. Windows color (decimal): -11610827 or 3528014. OLE color: 3528014.

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

Color convert

RGB7821353-
CMYK0.6300.750.16
HSL110.62º65.57%52.16%-
HSV(B)110.62º75.12%83.53%-
XYZ27.5849.4711.46-
YUV154.3970.7773.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.67%
GREEN value IS 213 (83.59% from 255) = 61.92%
BLUE value IS 53 (21.09% from 255) = 15.41%
R=22.67%
G=61.92%
B=15.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal78213530.6300.750.16110.6265.5752.16
Hex4ED5353F04B106f4234
Octal116325657701132015710264
Binary100111011010101110101111111010010111000011011111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,213,53); }

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

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

 a { background-color: rgb(78,213,53); }

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

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

 span { border-color: rgb(78,213,53); }

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