Html Css Color HEX #47CF28 Lime Green

📋 copy color: '#47CF28'

red 71 ◦ green 207 ◦ blue 40

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

Shades of Lime Green #47CF28

Tints of Lime Green #47CF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.58%

R = 22.33%
G = 65.09%
B = 12.58%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#47CF28 (or 0x47CF28) is known color: Lime Green. HEX triplet: 47, CF and 28. RGB value is (71,207,40). Sum of RGB (Red+Green+Blue) = 71+207+40=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 207 (81.25% from 255 or 65.09% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 207 - color contains mainly: green. Hex color #47CF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CF28 is #B830D7. Grayscale: #939393. Windows color (decimal): -12071128 or 2674503. OLE color: 2674503.

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

Color convert

RGB 71 207 40 -
CMYK 0.66 0 0.81 0.19
HSL 108.86º 0.68% 0.48% -
HSV(B) 108.86º 0.81% 0.81% -
XYZ 25.29 46.12 9.58 -
YUV 147.3 67.44 73.58 -
System Red Green Blue C M Y K H S L
Decimal 71 207 40 0.66 0 0.81 0.19 108.86 0.68 0.48
Hex 47 CF 28 42 0 51 13 6D 44 30
Octal 107 317 50 102 0 121 23 155 104 60
Binary 1000111 11001111 101000 1000010 0 1010001 10011 1101101 1000100 110000

Color Harmonies of #47CF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CF28

Black with #47CF28

Text Example


Text Example

White with #47CF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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