Html Css Color HEX #4DF030 Lime Green

📋 copy color: '#4DF030'

red 77 ◦ green 240 ◦ blue 48

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

Shades of Lime Green #4DF030

Tints of Lime Green #4DF030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.15%

R = 21.1%
G = 65.75%
B = 13.15%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#4DF030 (or 0x4DF030) is known color: Lime Green. HEX triplet: 4D, F0 and 30. RGB value is (77,240,48). Sum of RGB (Red+Green+Blue) = 77+240+48=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 240 (94.14% from 255 or 65.75% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF030 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF030 is #B20FCF. Grayscale: #A9A9A9. Windows color (decimal): -11669456 or 3207245. OLE color: 3207245.

HSL color Cylindrical-coordinate representation of color #4DF030: hue angle of 110.94º degrees, saturation: 0.86, 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 #4DF030 is Cyan = 0.68, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 240 48 -
CMYK 0.68 0 0.8 0.06
HSL 110.94º 0.86% 0.56% -
HSV(B) 110.94º 0.8% 0.94% -
XYZ 34.75 64.11 13.34 -
YUV 169.38 59.5 62.11 -
System Red Green Blue C M Y K H S L
Decimal 77 240 48 0.68 0 0.8 0.06 110.94 0.86 0.56
Hex 4D F0 30 44 0 50 6 6F 56 38
Octal 115 360 60 104 0 120 6 157 126 70
Binary 1001101 11110000 110000 1000100 0 1010000 110 1101111 1010110 111000

Color Harmonies of #4DF030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF030

Black with #4DF030

Text Example


Text Example

White with #4DF030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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