Html Css Color HEX #47CB4B Lime Green

📋 copy color: '#47CB4B'

red 71 ◦ green 203 ◦ blue 75

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

Shades of Lime Green #47CB4B

Tints of Lime Green #47CB4B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 58.17%

 BLUE value IS 75 (29.69% from 255) = 21.49%

R = 20.34%
G = 58.17%
B = 21.49%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#47CB4B (or 0x47CB4B) is known color: Lime Green. HEX triplet: 47, CB and 4B. RGB value is (71,203,75). Sum of RGB (Red+Green+Blue) = 71+203+75=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 203 (79.69% from 255 or 58.17% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 203 - color contains mainly: green. Hex color #47CB4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CB4B is #B834B4. Grayscale: #959595. Windows color (decimal): -12072117 or 4967239. OLE color: 4967239.

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

Color convert

RGB 71 203 75 -
CMYK 0.65 0 0.63 0.20
HSL 121.82º 0.56% 0.54% -
HSV(B) 121.82º 0.65% 0.8% -
XYZ 25.22 44.56 13.93 -
YUV 148.94 86.27 72.41 -
System Red Green Blue C M Y K H S L
Decimal 71 203 75 0.65 0 0.63 0.20 121.82 0.56 0.54
Hex 47 CB 4B 41 0 3F 14 7A 38 36
Octal 107 313 113 101 0 77 24 172 70 66
Binary 1000111 11001011 1001011 1000001 0 111111 10100 1111010 111000 110110

Color Harmonies of #47CB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CB4B

Black with #47CB4B

Text Example


Text Example

White with #47CB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,203,75); }

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

background-color css

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

 a { background-color: rgb(71,203,75); }

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

border-color css

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

 span { border-color: rgb(71,203,75); }

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