Html Css Color HEX #47F145 Lime Green

📋 copy color: '#47F145'

red 71 ◦ green 241 ◦ blue 69

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

Shades of Lime Green #47F145

Tints of Lime Green #47F145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.11%

R = 18.64%
G = 63.25%
B = 18.11%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#47F145 (or 0x47F145) is known color: Lime Green. HEX triplet: 47, F1 and 45. RGB value is (71,241,69). Sum of RGB (Red+Green+Blue) = 71+241+69=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 241 (94.53% from 255 or 63.25% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 241 - color contains mainly: green. Hex color #47F145 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47F145 is #B80EBA. Grayscale: #ABABAB. Windows color (decimal): -12062395 or 4583751. OLE color: 4583751.

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

Color convert

RGB 71 241 69 -
CMYK 0.71 0 0.71 0.05
HSL 119.3º 0.86% 0.61% -
HSV(B) 119.3º 0.71% 0.95% -
XYZ 35.13 64.68 16.26 -
YUV 170.56 70.68 56.99 -
System Red Green Blue C M Y K H S L
Decimal 71 241 69 0.71 0 0.71 0.05 119.3 0.86 0.61
Hex 47 F1 45 47 0 47 5 77 56 3D
Octal 107 361 105 107 0 107 5 167 126 75
Binary 1000111 11110001 1000101 1000111 0 1000111 101 1110111 1010110 111101

Color Harmonies of #47F145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F145

Black with #47F145

Text Example


Text Example

White with #47F145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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