#4EF134

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

Shades of Lime Green #4EF134

Tints of Lime Green #4EF134

Color information

#4EF134 (or 0x4EF134) is unknown color: approx Lime Green. HEX triplet: 4E, F1 and 34. RGB value is (78,241,52). Sum of RGB (Red+Green+Blue) = 78+241+52=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 241 (94.53% from 255 or 64.96% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 241 - color contains mainly: green. Hex color #4EF134 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EF134 is #B10ECB. Grayscale: #ABABAB. Windows color (decimal): -11603660 or 3469646. OLE color: 3469646.

HSL color Cylindrical-coordinate representation of color #4EF134: hue angle of 111.75º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4EF134 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB7824152-
CMYK0.6800.780.05
HSL111.75º87.1%57.45%-
HSV(B)111.75º78.42%94.51%-
XYZ35.2264.7813.9-
YUV170.726161.87-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.02%
GREEN value IS 241 (94.53% from 255) = 64.96%
BLUE value IS 52 (20.70% from 255) = 14.02%
R=21.02%
G=64.96%
B=14.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal78241520.6800.780.05111.7587.157.45
Hex4EF1344404E5705739
Octal116361641040116516012771
Binary10011101111000111010010001000100111010111100001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EF134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,241,52); }

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

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

 a { background-color: rgb(78,241,52); }

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

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

 span { border-color: rgb(78,241,52); }

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