Html Css Color HEX #47D925 Lime Green

📋 copy color: '#47D925'

red 71 ◦ green 217 ◦ blue 37

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

Shades of Lime Green #47D925

Tints of Lime Green #47D925

RGB

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

 GREEN value IS 217 (85.16% from 255) = 66.77%

 BLUE value IS 37 (14.84% from 255) = 11.38%

R = 21.85%
G = 66.77%
B = 11.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#47D925 (or 0x47D925) is known color: Lime Green. HEX triplet: 47, D9 and 25. RGB value is (71,217,37). Sum of RGB (Red+Green+Blue) = 71+217+37=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 217 (85.16% from 255 or 66.77% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 217 - color contains mainly: green. Hex color #47D925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D925 is #B826DA. Grayscale: #999999. Windows color (decimal): -12068571 or 2480455. OLE color: 2480455.

HSL color Cylindrical-coordinate representation of color #47D925: hue angle of 108.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47D925 is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 217 37 -
CMYK 0.67 0 0.83 0.15
HSL 108.67º 0.71% 0.5% -
HSV(B) 108.67º 0.83% 0.85% -
XYZ 27.75 51.1 10.15 -
YUV 152.83 62.63 69.64 -
System Red Green Blue C M Y K H S L
Decimal 71 217 37 0.67 0 0.83 0.15 108.67 0.71 0.5
Hex 47 D9 25 43 0 53 F 6D 47 32
Octal 107 331 45 103 0 123 17 155 107 62
Binary 1000111 11011001 100101 1000011 0 1010011 1111 1101101 1000111 110010

Color Harmonies of #47D925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D925

Black with #47D925

Text Example


Text Example

White with #47D925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,217,37); }

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

background-color css

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

 a { background-color: rgb(71,217,37); }

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

border-color css

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

 span { border-color: rgb(71,217,37); }

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