#4EE038

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

Shades of Lime Green #4EE038

Tints of Lime Green #4EE038

Color information

#4EE038 (or 0x4EE038) is unknown color: approx Lime Green. HEX triplet: 4E, E0 and 38. RGB value is (78,224,56). Sum of RGB (Red+Green+Blue) = 78+224+56=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 224 (87.89% from 255 or 62.57% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 224 - color contains mainly: green. Hex color #4EE038 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE038 is #B11FC7. Grayscale: #A1A1A1. Windows color (decimal): -11608008 or 3727438. OLE color: 3727438.

HSL color Cylindrical-coordinate representation of color #4EE038: hue angle of 112.14º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4EE038 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB7822456-
CMYK0.6500.750.12
HSL112.14º73.04%54.9%-
HSV(B)112.14º75%87.84%-
XYZ30.5155.2212.79-
YUV161.1968.6368.66-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.79%
GREEN value IS 224 (87.89% from 255) = 62.57%
BLUE value IS 56 (22.27% from 255) = 15.64%
R=21.79%
G=62.57%
B=15.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal78224560.6500.750.12112.1473.0454.9
Hex4EE0384104BC704937
Octal1163407010101131416011167
Binary100111011100000111000100000101001011110011100001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EE038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,224,56); }

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

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

 a { background-color: rgb(78,224,56); }

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

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

 span { border-color: rgb(78,224,56); }

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