Html Css Color HEX #47DF30 Lime Green

📋 copy color: '#47DF30'

red 71 ◦ green 223 ◦ blue 48

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

Shades of Lime Green #47DF30

Tints of Lime Green #47DF30

RGB

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

 GREEN value IS 223 (87.5% from 255) = 65.2%

 BLUE value IS 48 (19.14% from 255) = 14.04%

R = 20.76%
G = 65.2%
B = 14.04%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#47DF30 (or 0x47DF30) is known color: Lime Green. HEX triplet: 47, DF and 30. RGB value is (71,223,48). Sum of RGB (Red+Green+Blue) = 71+223+48=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 223 (87.5% from 255 or 65.20% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 223 - color contains mainly: green. Hex color #47DF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47DF30 is #B820CF. Grayscale: #9E9E9E. Windows color (decimal): -12067024 or 3202887. OLE color: 3202887.

HSL color Cylindrical-coordinate representation of color #47DF30: hue angle of 112.11º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #47DF30 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 223 48 -
CMYK 0.68 0 0.78 0.13
HSL 112.11º 0.73% 0.53% -
HSV(B) 112.11º 0.78% 0.87% -
XYZ 29.52 54.33 11.73 -
YUV 157.6 66.14 66.23 -
System Red Green Blue C M Y K H S L
Decimal 71 223 48 0.68 0 0.78 0.13 112.11 0.73 0.53
Hex 47 DF 30 44 0 4E D 70 49 35
Octal 107 337 60 104 0 116 15 160 111 65
Binary 1000111 11011111 110000 1000100 0 1001110 1101 1110000 1001001 110101

Color Harmonies of #47DF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DF30

Black with #47DF30

Text Example


Text Example

White with #47DF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,223,48); }

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

background-color css

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

 a { background-color: rgb(71,223,48); }

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

border-color css

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

 span { border-color: rgb(71,223,48); }

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