Html Css Color HEX #4FDD2D Lime Green

📋 copy color: '#4FDD2D'

red 79 ◦ green 221 ◦ blue 45

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

Shades of Lime Green #4FDD2D

Tints of Lime Green #4FDD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.04%

R = 22.9%
G = 64.06%
B = 13.04%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#4FDD2D (or 0x4FDD2D) is known color: Lime Green. HEX triplet: 4F, DD and 2D. RGB value is (79,221,45). Sum of RGB (Red+Green+Blue) = 79+221+45=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 221 (86.72% from 255 or 64.06% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDD2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDD2D is #B022D2. Grayscale: #9F9F9F. Windows color (decimal): -11543251 or 3005775. OLE color: 3005775.

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

Color convert

RGB 79 221 45 -
CMYK 0.64 0 0.80 0.13
HSL 108.41º 0.72% 0.52% -
HSV(B) 108.41º 0.8% 0.87% -
XYZ 29.55 53.56 11.26 -
YUV 158.48 63.96 71.31 -
System Red Green Blue C M Y K H S L
Decimal 79 221 45 0.64 0 0.80 0.13 108.41 0.72 0.52
Hex 4F DD 2D 40 0 50 D 6C 48 34
Octal 117 335 55 100 0 120 15 154 110 64
Binary 1001111 11011101 101101 1000000 0 1010000 1101 1101100 1001000 110100

Color Harmonies of #4FDD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDD2D

Black with #4FDD2D

Text Example


Text Example

White with #4FDD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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