Html Css Color HEX #47CF3D Lime Green

📋 copy color: '#47CF3D'

red 71 ◦ green 207 ◦ blue 61

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

Shades of Lime Green #47CF3D

Tints of Lime Green #47CF3D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 61.06%

 BLUE value IS 61 (24.22% from 255) = 17.99%

R = 20.94%
G = 61.06%
B = 17.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#47CF3D (or 0x47CF3D) is known color: Lime Green. HEX triplet: 47, CF and 3D. RGB value is (71,207,61). Sum of RGB (Red+Green+Blue) = 71+207+61=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 207 (81.25% from 255 or 61.06% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 207 - color contains mainly: green. Hex color #47CF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CF3D is #B830C2. Grayscale: #969696. Windows color (decimal): -12071107 or 4050759. OLE color: 4050759.

HSL color Cylindrical-coordinate representation of color #47CF3D: hue angle of 115.89º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47CF3D is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 207 61 -
CMYK 0.66 0 0.71 0.19
HSL 115.89º 0.6% 0.53% -
HSV(B) 115.89º 0.71% 0.81% -
XYZ 25.75 46.3 11.99 -
YUV 149.69 77.94 71.87 -
System Red Green Blue C M Y K H S L
Decimal 71 207 61 0.66 0 0.71 0.19 115.89 0.6 0.53
Hex 47 CF 3D 42 0 47 13 74 3C 35
Octal 107 317 75 102 0 107 23 164 74 65
Binary 1000111 11001111 111101 1000010 0 1000111 10011 1110100 111100 110101

Color Harmonies of #47CF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CF3D

Black with #47CF3D

Text Example


Text Example

White with #47CF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,207,61); }

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

background-color css

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

 a { background-color: rgb(71,207,61); }

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

border-color css

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

 span { border-color: rgb(71,207,61); }

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