#4DF133

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

Shades of Lime Green #4DF133

Tints of Lime Green #4DF133

Color information

#4DF133 (or 0x4DF133) is unknown color: approx Lime Green. HEX triplet: 4D, F1 and 33. RGB value is (77,241,51). Sum of RGB (Red+Green+Blue) = 77+241+51=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 241 (94.53% from 255 or 65.31% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF133 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF133 is #B20ECC. Grayscale: #AAAAAA. Windows color (decimal): -11669197 or 3404109. OLE color: 3404109.

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

Color convert

RGB7724151-
CMYK0.6800.790.05
HSL111.79º87.16%57.25%-
HSV(B)111.79º78.84%94.51%-
XYZ35.1164.7313.77-
YUV170.360.6761.45-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.87%
GREEN value IS 241 (94.53% from 255) = 65.31%
BLUE value IS 51 (20.31% from 255) = 13.82%
R=20.87%
G=65.31%
B=13.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal77241510.6800.790.05111.7987.1657.25
Hex4DF1334404F5705739
Octal115361631040117516012771
Binary10011011111000111001110001000100111110111100001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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