Html Css Color HEX #47DF2F Lime Green

📋 copy color: '#47DF2F'

red 71 ◦ green 223 ◦ blue 47

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

Shades of Lime Green #47DF2F

Tints of Lime Green #47DF2F

RGB

 RED value IS 71 (28.13% from 255) = 20.82%

 GREEN value IS 223 (87.5% from 255) = 65.4%

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

R = 20.82%
G = 65.4%
B = 13.78%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#47DF2F (or 0x47DF2F) is known color: Lime Green. HEX triplet: 47, DF and 2F. RGB value is (71,223,47). Sum of RGB (Red+Green+Blue) = 71+223+47=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 223 (87.5% from 255 or 65.40% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 223 - color contains mainly: green. Hex color #47DF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47DF2F is #B820D0. Grayscale: #9E9E9E. Windows color (decimal): -12067025 or 3137351. OLE color: 3137351.

HSL color Cylindrical-coordinate representation of color #47DF2F: hue angle of 111.82º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47DF2F is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 223 47 -
CMYK 0.68 0 0.79 0.13
HSL 111.82º 0.73% 0.53% -
HSV(B) 111.82º 0.79% 0.87% -
XYZ 29.5 54.32 11.62 -
YUV 157.49 65.64 66.31 -
System Red Green Blue C M Y K H S L
Decimal 71 223 47 0.68 0 0.79 0.13 111.82 0.73 0.53
Hex 47 DF 2F 44 0 4F D 70 49 35
Octal 107 337 57 104 0 117 15 160 111 65
Binary 1000111 11011111 101111 1000100 0 1001111 1101 1110000 1001001 110101

Color Harmonies of #47DF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DF2F

Black with #47DF2F

Text Example


Text Example

White with #47DF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47DF2F; }

 p { color: rgb(71,223,47); }

 H1.HeaderClassName
 {
   color: #47DF2F;
 }
 .AnyTagClassName
 {
   color: #47DF2F;
 }
</style>

background-color css

<style>
 a { background-color: #47DF2F; }

 a { background-color: rgb(71,223,47); }

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

border-color css

<style>
 span { border-color: #47DF2F; }

 span { border-color: rgb(71,223,47); }

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