Html Css Color HEX #47F140 Lime Green

📋 copy color: '#47F140'

red 71 ◦ green 241 ◦ blue 64

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

Shades of Lime Green #47F140

Tints of Lime Green #47F140

RGB

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

 GREEN value IS 241 (94.53% from 255) = 64.1%

 BLUE value IS 64 (25.39% from 255) = 17.02%

R = 18.88%
G = 64.1%
B = 17.02%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#47F140 (or 0x47F140) is known color: Lime Green. HEX triplet: 47, F1 and 40. RGB value is (71,241,64). Sum of RGB (Red+Green+Blue) = 71+241+64=376 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.88% from 376); Green value is 241 (94.53% from 255 or 64.10% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 241 - color contains mainly: green. Hex color #47F140 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47F140 is #B80EBF. Grayscale: #AAAAAA. Windows color (decimal): -12062400 or 4256071. OLE color: 4256071.

HSL color Cylindrical-coordinate representation of color #47F140: hue angle of 117.63º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47F140 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 71 241 64 -
CMYK 0.71 0 0.73 0.05
HSL 117.63º 0.86% 0.6% -
HSV(B) 117.63º 0.73% 0.95% -
XYZ 34.98 64.62 15.48 -
YUV 169.99 68.18 57.39 -
System Red Green Blue C M Y K H S L
Decimal 71 241 64 0.71 0 0.73 0.05 117.63 0.86 0.6
Hex 47 F1 40 47 0 49 5 76 56 3C
Octal 107 361 100 107 0 111 5 166 126 74
Binary 1000111 11110001 1000000 1000111 0 1001001 101 1110110 1010110 111100

Color Harmonies of #47F140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F140

Black with #47F140

Text Example


Text Example

White with #47F140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,241,64); }

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

background-color css

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

 a { background-color: rgb(71,241,64); }

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

border-color css

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

 span { border-color: rgb(71,241,64); }

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