Html Css Color HEX #47CF2D Lime Green

📋 copy color: '#47CF2D'

red 71 ◦ green 207 ◦ blue 45

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

Shades of Lime Green #47CF2D

Tints of Lime Green #47CF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.93%

R = 21.98%
G = 64.09%
B = 13.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#47CF2D (or 0x47CF2D) is known color: Lime Green. HEX triplet: 47, CF and 2D. RGB value is (71,207,45). Sum of RGB (Red+Green+Blue) = 71+207+45=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 207 (81.25% from 255 or 64.09% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 207 - color contains mainly: green. Hex color #47CF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CF2D is #B830D2. Grayscale: #949494. Windows color (decimal): -12071123 or 3002183. OLE color: 3002183.

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

Color convert

RGB 71 207 45 -
CMYK 0.66 0 0.78 0.19
HSL 110.37º 0.64% 0.49% -
HSV(B) 110.37º 0.78% 0.81% -
XYZ 25.39 46.15 10.05 -
YUV 147.87 69.94 73.17 -
System Red Green Blue C M Y K H S L
Decimal 71 207 45 0.66 0 0.78 0.19 110.37 0.64 0.49
Hex 47 CF 2D 42 0 4E 13 6E 40 31
Octal 107 317 55 102 0 116 23 156 100 61
Binary 1000111 11001111 101101 1000010 0 1001110 10011 1101110 1000000 110001

Color Harmonies of #47CF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CF2D

Black with #47CF2D

Text Example


Text Example

White with #47CF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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