Html Css Color HEX #47D232 Lime Green

📋 copy color: '#47D232'

red 71 ◦ green 210 ◦ blue 50

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

Shades of Lime Green #47D232

Tints of Lime Green #47D232

RGB

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

 GREEN value IS 210 (82.42% from 255) = 63.44%

 BLUE value IS 50 (19.92% from 255) = 15.11%

R = 21.45%
G = 63.44%
B = 15.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#47D232 (or 0x47D232) is known color: Lime Green. HEX triplet: 47, D2 and 32. RGB value is (71,210,50). Sum of RGB (Red+Green+Blue) = 71+210+50=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 210 (82.42% from 255 or 63.44% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 210 - color contains mainly: green. Hex color #47D232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D232 is #B82DCD. Grayscale: #969696. Windows color (decimal): -12070350 or 3330631. OLE color: 3330631.

HSL color Cylindrical-coordinate representation of color #47D232: hue angle of 112.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #47D232 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 71 210 50 -
CMYK 0.66 0 0.76 0.18
HSL 112.13º 0.64% 0.51% -
HSV(B) 112.13º 0.76% 0.82% -
XYZ 26.22 47.66 10.84 -
YUV 150.2 71.45 71.51 -
System Red Green Blue C M Y K H S L
Decimal 71 210 50 0.66 0 0.76 0.18 112.13 0.64 0.51
Hex 47 D2 32 42 0 4C 12 70 40 33
Octal 107 322 62 102 0 114 22 160 100 63
Binary 1000111 11010010 110010 1000010 0 1001100 10010 1110000 1000000 110011

Color Harmonies of #47D232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D232

Black with #47D232

Text Example


Text Example

White with #47D232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,210,50); }

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

background-color css

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

 a { background-color: rgb(71,210,50); }

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

border-color css

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

 span { border-color: rgb(71,210,50); }

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