Html Css Color HEX #4FE130 Lime Green

📋 copy color: '#4FE130'

red 79 ◦ green 225 ◦ blue 48

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

Shades of Lime Green #4FE130

Tints of Lime Green #4FE130

RGB

 RED value IS 79 (31.25% from 255) = 22.44%

 GREEN value IS 225 (88.28% from 255) = 63.92%

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

R = 22.44%
G = 63.92%
B = 13.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#4FE130 (or 0x4FE130) is known color: Lime Green. HEX triplet: 4F, E1 and 30. RGB value is (79,225,48). Sum of RGB (Red+Green+Blue) = 79+225+48=352 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.44% from 352); Green value is 225 (88.28% from 255 or 63.92% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 225 - color contains mainly: green. Hex color #4FE130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FE130 is #B01ECF. Grayscale: #A1A1A1. Windows color (decimal): -11542224 or 3203407. OLE color: 3203407.

HSL color Cylindrical-coordinate representation of color #4FE130: hue angle of 109.49º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4FE130 is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 79 225 48 -
CMYK 0.65 0 0.79 0.12
HSL 109.49º 0.75% 0.54% -
HSV(B) 109.49º 0.79% 0.88% -
XYZ 30.68 55.73 11.94 -
YUV 161.17 64.13 69.39 -
System Red Green Blue C M Y K H S L
Decimal 79 225 48 0.65 0 0.79 0.12 109.49 0.75 0.54
Hex 4F E1 30 41 0 4F C 6D 4B 36
Octal 117 341 60 101 0 117 14 155 113 66
Binary 1001111 11100001 110000 1000001 0 1001111 1100 1101101 1001011 110110

Color Harmonies of #4FE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE130

Black with #4FE130

Text Example


Text Example

White with #4FE130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,225,48); }

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

background-color css

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

 a { background-color: rgb(79,225,48); }

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

border-color css

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

 span { border-color: rgb(79,225,48); }

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