Html Css Color HEX #4FDD30 Lime Green

📋 copy color: '#4FDD30'

red 79 ◦ green 221 ◦ blue 48

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

Shades of Lime Green #4FDD30

Tints of Lime Green #4FDD30

RGB

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

 GREEN value IS 221 (86.72% from 255) = 63.51%

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

R = 22.7%
G = 63.51%
B = 13.79%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#4FDD30 (or 0x4FDD30) is known color: Lime Green. HEX triplet: 4F, DD and 30. RGB value is (79,221,48). Sum of RGB (Red+Green+Blue) = 79+221+48=348 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.70% from 348); Green value is 221 (86.72% from 255 or 63.51% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDD30 is #B022CF. Grayscale: #9F9F9F. Windows color (decimal): -11543248 or 3202383. OLE color: 3202383.

HSL color Cylindrical-coordinate representation of color #4FDD30: hue angle of 109.25º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4FDD30 is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 221 48 -
CMYK 0.64 0 0.78 0.13
HSL 109.25º 0.72% 0.53% -
HSV(B) 109.25º 0.78% 0.87% -
XYZ 29.61 53.59 11.58 -
YUV 158.82 65.46 71.07 -
System Red Green Blue C M Y K H S L
Decimal 79 221 48 0.64 0 0.78 0.13 109.25 0.72 0.53
Hex 4F DD 30 40 0 4E D 6D 48 35
Octal 117 335 60 100 0 116 15 155 110 65
Binary 1001111 11011101 110000 1000000 0 1001110 1101 1101101 1001000 110101

Color Harmonies of #4FDD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDD30

Black with #4FDD30

Text Example


Text Example

White with #4FDD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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