Html Css Color HEX #47CD4A Lime Green

📋 copy color: '#47CD4A'

red 71 ◦ green 205 ◦ blue 74

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

Shades of Lime Green #47CD4A

Tints of Lime Green #47CD4A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 58.57%

 BLUE value IS 74 (29.3% from 255) = 21.14%

R = 20.29%
G = 58.57%
B = 21.14%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#47CD4A (or 0x47CD4A) is known color: Lime Green. HEX triplet: 47, CD and 4A. RGB value is (71,205,74). Sum of RGB (Red+Green+Blue) = 71+205+74=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 205 (80.47% from 255 or 58.57% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 205 - color contains mainly: green. Hex color #47CD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CD4A is #B832B5. Grayscale: #969696. Windows color (decimal): -12071606 or 4902215. OLE color: 4902215.

HSL color Cylindrical-coordinate representation of color #47CD4A: hue angle of 121.34º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CD4A is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 205 74 -
CMYK 0.65 0 0.64 0.20
HSL 121.34º 0.57% 0.54% -
HSV(B) 121.34º 0.65% 0.8% -
XYZ 25.67 45.5 13.91 -
YUV 150 85.11 71.65 -
System Red Green Blue C M Y K H S L
Decimal 71 205 74 0.65 0 0.64 0.20 121.34 0.57 0.54
Hex 47 CD 4A 41 0 40 14 79 39 36
Octal 107 315 112 101 0 100 24 171 71 66
Binary 1000111 11001101 1001010 1000001 0 1000000 10100 1111001 111001 110110

Color Harmonies of #47CD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CD4A

Black with #47CD4A

Text Example


Text Example

White with #47CD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,205,74); }

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

background-color css

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

 a { background-color: rgb(71,205,74); }

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

border-color css

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

 span { border-color: rgb(71,205,74); }

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