#4DCF4B

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

Shades of Lime Green #4DCF4B

Tints of Lime Green #4DCF4B

Color information

#4DCF4B (or 0x4DCF4B) is unknown color: approx Lime Green. HEX triplet: 4D, CF and 4B. RGB value is (77,207,75). Sum of RGB (Red+Green+Blue) = 77+207+75=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 207 (81.25% from 255 or 57.66% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCF4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCF4B is #B230B4. Grayscale: #999999. Windows color (decimal): -11677877 or 4968269. OLE color: 4968269.

HSL color Cylindrical-coordinate representation of color #4DCF4B: hue angle of 119.09º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DCF4B is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB7720775-
CMYK0.6300.640.19
HSL119.09º57.89%55.29%-
HSV(B)119.09º63.77%81.18%-
XYZ26.6446.7114.27-
YUV153.0883.9373.73-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.45%
GREEN value IS 207 (81.25% from 255) = 57.66%
BLUE value IS 75 (29.69% from 255) = 20.89%
R=21.45%
G=57.66%
B=20.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal77207750.6300.640.19119.0957.8955.29
Hex4DCF4B3F04013773a37
Octal115317113770100231677267
Binary100110111001111100101111111101000000100111110111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,207,75); }

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

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

 a { background-color: rgb(77,207,75); }

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

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

 span { border-color: rgb(77,207,75); }

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