#4ED43D

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

Shades of Lime Green #4ED43D

Tints of Lime Green #4ED43D

Color information

#4ED43D (or 0x4ED43D) is unknown color: approx Lime Green. HEX triplet: 4E, D4 and 3D. RGB value is (78,212,61). Sum of RGB (Red+Green+Blue) = 78+212+61=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 212 (83.20% from 255 or 60.40% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 212 - color contains mainly: green. Hex color #4ED43D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED43D is #B12BC2. Grayscale: #9B9B9B. Windows color (decimal): -11611075 or 4052046. OLE color: 4052046.

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

Color convert

RGB7821261-
CMYK0.6300.710.17
HSL113.25º63.71%53.53%-
HSV(B)113.25º71.23%83.14%-
XYZ27.5349.0412.43-
YUV154.7275.1173.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.22%
GREEN value IS 212 (83.20% from 255) = 60.40%
BLUE value IS 61 (24.22% from 255) = 17.38%
R=22.22%
G=60.40%
B=17.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal78212610.6300.710.17113.2563.7153.53
Hex4ED43D3F04711714036
Octal116324757701072116110066
Binary100111011010100111101111111010001111000111100011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,212,61); }

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

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

 a { background-color: rgb(78,212,61); }

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

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

 span { border-color: rgb(78,212,61); }

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