#4DCF35

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

Shades of Lime Green #4DCF35

Tints of Lime Green #4DCF35

Color information

#4DCF35 (or 0x4DCF35) is unknown color: approx Lime Green. HEX triplet: 4D, CF and 35. RGB value is (77,207,53). Sum of RGB (Red+Green+Blue) = 77+207+53=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 207 (81.25% from 255 or 61.42% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCF35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCF35 is #B230CA. Grayscale: #979797. Windows color (decimal): -11677899 or 3526477. OLE color: 3526477.

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

Color convert

RGB7720753-
CMYK0.6300.740.19
HSL110.65º61.6%50.98%-
HSV(B)110.65º74.4%81.18%-
XYZ26.0246.4610.96-
YUV150.5772.9375.52-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.85%
GREEN value IS 207 (81.25% from 255) = 61.42%
BLUE value IS 53 (21.09% from 255) = 15.73%
R=22.85%
G=61.42%
B=15.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal77207530.6300.740.19110.6561.650.98
Hex4DCF353F04A136f3e33
Octal11531765770112231577663
Binary10011011100111111010111111101001010100111101111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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