Html Css Color HEX #4DF02F Lime Green

📋 copy color: '#4DF02F'

red 77 ◦ green 240 ◦ blue 47

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

Shades of Lime Green #4DF02F

Tints of Lime Green #4DF02F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 65.93%

 BLUE value IS 47 (18.75% from 255) = 12.91%

R = 21.15%
G = 65.93%
B = 12.91%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#4DF02F (or 0x4DF02F) is known color: Lime Green. HEX triplet: 4D, F0 and 2F. RGB value is (77,240,47). Sum of RGB (Red+Green+Blue) = 77+240+47=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 240 (94.14% from 255 or 65.93% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF02F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF02F is #B20FD0. Grayscale: #A9A9A9. Windows color (decimal): -11669457 or 3141709. OLE color: 3141709.

HSL color Cylindrical-coordinate representation of color #4DF02F: hue angle of 110.67º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4DF02F is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 240 47 -
CMYK 0.68 0 0.80 0.06
HSL 110.67º 0.87% 0.56% -
HSV(B) 110.67º 0.8% 0.94% -
XYZ 34.73 64.1 13.23 -
YUV 169.26 59 62.19 -
System Red Green Blue C M Y K H S L
Decimal 77 240 47 0.68 0 0.80 0.06 110.67 0.87 0.56
Hex 4D F0 2F 44 0 50 6 6F 57 38
Octal 115 360 57 104 0 120 6 157 127 70
Binary 1001101 11110000 101111 1000100 0 1010000 110 1101111 1010111 111000

Color Harmonies of #4DF02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF02F

Black with #4DF02F

Text Example


Text Example

White with #4DF02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,240,47); }

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

background-color css

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

 a { background-color: rgb(77,240,47); }

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

border-color css

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

 span { border-color: rgb(77,240,47); }

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