#4DF134

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

Shades of Lime Green #4DF134

Tints of Lime Green #4DF134

Color information

#4DF134 (or 0x4DF134) is unknown color: approx Lime Green. HEX triplet: 4D, F1 and 34. RGB value is (77,241,52). Sum of RGB (Red+Green+Blue) = 77+241+52=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 241 (94.53% from 255 or 65.14% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF134 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF134 is #B20ECB. Grayscale: #ABABAB. Windows color (decimal): -11669196 or 3469645. OLE color: 3469645.

HSL color Cylindrical-coordinate representation of color #4DF134: hue angle of 112.06º 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 #4DF134 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB7724152-
CMYK0.6800.780.05
HSL112.06º87.1%57.45%-
HSV(B)112.06º78.42%94.51%-
XYZ35.1464.7413.89-
YUV170.4261.1761.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.81%
GREEN value IS 241 (94.53% from 255) = 65.14%
BLUE value IS 52 (20.70% from 255) = 14.05%
R=20.81%
G=65.14%
B=14.05%

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
Decimal77241520.6800.780.05112.0687.157.45
Hex4DF1344404E5705739
Octal115361641040116516012771
Binary10011011111000111010010001000100111010111100001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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