Html Css Color HEX #47F141 Lime Green

📋 copy color: '#47F141'

red 71 ◦ green 241 ◦ blue 65

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

Shades of Lime Green #47F141

Tints of Lime Green #47F141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.24%

R = 18.83%
G = 63.93%
B = 17.24%

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

#47F141 (or 0x47F141) is known color: Lime Green. HEX triplet: 47, F1 and 41. RGB value is (71,241,65). Sum of RGB (Red+Green+Blue) = 71+241+65=377 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.83% from 377); Green value is 241 (94.53% from 255 or 63.93% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 241 - color contains mainly: green. Hex color #47F141 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47F141 is #B80EBE. Grayscale: #AAAAAA. Windows color (decimal): -12062399 or 4321607. OLE color: 4321607.

HSL color Cylindrical-coordinate representation of color #47F141: hue angle of 117.95º 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 #47F141 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 71 241 65 -
CMYK 0.71 0 0.73 0.05
HSL 117.95º 0.86% 0.6% -
HSV(B) 117.95º 0.73% 0.95% -
XYZ 35.01 64.63 15.63 -
YUV 170.11 68.68 57.31 -
System Red Green Blue C M Y K H S L
Decimal 71 241 65 0.71 0 0.73 0.05 117.95 0.86 0.6
Hex 47 F1 41 47 0 49 5 76 56 3C
Octal 107 361 101 107 0 111 5 166 126 74
Binary 1000111 11110001 1000001 1000111 0 1001001 101 1110110 1010110 111100

Color Harmonies of #47F141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F141

Black with #47F141

Text Example


Text Example

White with #47F141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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