Html Css Color HEX #47CD30 Lime Green

📋 copy color: '#47CD30'

red 71 ◦ green 205 ◦ blue 48

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

Shades of Lime Green #47CD30

Tints of Lime Green #47CD30

RGB

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

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

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

R = 21.91%
G = 63.27%
B = 14.81%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#47CD30 (or 0x47CD30) is known color: Lime Green. HEX triplet: 47, CD and 30. RGB value is (71,205,48). Sum of RGB (Red+Green+Blue) = 71+205+48=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 205 (80.47% from 255 or 63.27% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 205 - color contains mainly: green. Hex color #47CD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CD30 is #B832CF. Grayscale: #939393. Windows color (decimal): -12071632 or 3198279. OLE color: 3198279.

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

Color convert

RGB 71 205 48 -
CMYK 0.65 0 0.77 0.20
HSL 111.21º 0.62% 0.5% -
HSV(B) 111.21º 0.77% 0.8% -
XYZ 24.96 45.22 10.21 -
YUV 147.04 72.11 73.77 -
System Red Green Blue C M Y K H S L
Decimal 71 205 48 0.65 0 0.77 0.20 111.21 0.62 0.5
Hex 47 CD 30 41 0 4D 14 6F 3E 32
Octal 107 315 60 101 0 115 24 157 76 62
Binary 1000111 11001101 110000 1000001 0 1001101 10100 1101111 111110 110010

Color Harmonies of #47CD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CD30

Black with #47CD30

Text Example


Text Example

White with #47CD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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