#4DC938

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

Shades of Lime Green #4DC938

Tints of Lime Green #4DC938

Color information

#4DC938 (or 0x4DC938) is unknown color: approx Lime Green. HEX triplet: 4D, C9 and 38. RGB value is (77,201,56). Sum of RGB (Red+Green+Blue) = 77+201+56=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 201 (78.91% from 255 or 60.18% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC938 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC938 is #B236C7. Grayscale: #939393. Windows color (decimal): -11679432 or 3721549. OLE color: 3721549.

HSL color Cylindrical-coordinate representation of color #4DC938: hue angle of 111.31º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4DC938 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB7720156-
CMYK0.6200.720.21
HSL111.31º57.31%50.39%-
HSV(B)111.31º72.14%78.82%-
XYZ24.6643.6410.86-
YUV147.3976.4277.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.05%
GREEN value IS 201 (78.91% from 255) = 60.18%
BLUE value IS 56 (22.27% from 255) = 16.77%
R=23.05%
G=60.18%
B=16.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal77201560.6200.720.21111.3157.3150.39
Hex4DC9383E048156f3932
Octal11531170760110251577162
Binary10011011100100111100011111001001000101011101111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,201,56); }

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

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

 a { background-color: rgb(77,201,56); }

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

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

 span { border-color: rgb(77,201,56); }

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