#4EE425

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

Shades of Lime Green #4EE425

Tints of Lime Green #4EE425

Color information

#4EE425 (or 0x4EE425) is unknown color: approx Lime Green. HEX triplet: 4E, E4 and 25. RGB value is (78,228,37). Sum of RGB (Red+Green+Blue) = 78+228+37=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 228 (89.45% from 255 or 66.47% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 228 - color contains mainly: green. Hex color #4EE425 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE425 is #B11BDA. Grayscale: #A1A1A1. Windows color (decimal): -11607003 or 2483278. OLE color: 2483278.

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

Color convert

RGB7822837-
CMYK0.6600.840.11
HSL107.12º77.96%51.96%-
HSV(B)107.12º83.77%89.41%-
XYZ31.2257.2411.15-
YUV161.3857.8168.53-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.74%
GREEN value IS 228 (89.45% from 255) = 66.47%
BLUE value IS 37 (14.84% from 255) = 10.79%
R=22.74%
G=66.47%
B=10.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal78228370.6600.840.11107.1277.9651.96
Hex4EE42542054B6b4e34
Octal1163444510201241315311664
Binary100111011100100100101100001001010100101111010111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EE425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,228,37); }

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

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

 a { background-color: rgb(78,228,37); }

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

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

 span { border-color: rgb(78,228,37); }

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