Html Css Color HEX #4DCF4F Lime Green

📋 copy color: '#4DCF4F'

red 77 ◦ green 207 ◦ blue 79

#4DCF4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #4DCF4F

Tints of Lime Green #4DCF4F

RGB

 RED value IS 77 (30.47% from 255) = 21.21%

 GREEN value IS 207 (81.25% from 255) = 57.02%

 BLUE value IS 79 (31.25% from 255) = 21.76%

R = 21.21%
G = 57.02%
B = 21.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#4DCF4F (or 0x4DCF4F) is known color: Lime Green. HEX triplet: 4D, CF and 4F. RGB value is (77,207,79). Sum of RGB (Red+Green+Blue) = 77+207+79=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 207 (81.25% from 255 or 57.02% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCF4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCF4F is #B230B0. Grayscale: #999999. Windows color (decimal): -11677873 or 5230413. OLE color: 5230413.

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

Color convert

RGB 77 207 79 -
CMYK 0.63 0 0.62 0.19
HSL 120.92º 0.58% 0.56% -
HSV(B) 120.92º 0.63% 0.81% -
XYZ 26.78 46.77 15.01 -
YUV 153.54 85.93 73.41 -
System Red Green Blue C M Y K H S L
Decimal 77 207 79 0.63 0 0.62 0.19 120.92 0.58 0.56
Hex 4D CF 4F 3F 0 3E 13 79 3A 38
Octal 115 317 117 77 0 76 23 171 72 70
Binary 1001101 11001111 1001111 111111 0 111110 10011 1111001 111010 111000

Color Harmonies of #4DCF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCF4F

Black with #4DCF4F

Text Example


Text Example

White with #4DCF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4DCF4F;
 }
 .AnyTagClassName
 {
   color: #4DCF4F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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