Html Css Color HEX #71B72E Lima

📋 copy color: '#71B72E'

red 113 ◦ green 183 ◦ blue 46

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

Shades of Lima #71B72E

Tints of Lima #71B72E

RGB

 RED value IS 113 (44.53% from 255) = 33.04%

 GREEN value IS 183 (71.88% from 255) = 53.51%

 BLUE value IS 46 (18.36% from 255) = 13.45%

R = 33.04%
G = 53.51%
B = 13.45%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#71B72E (or 0x71B72E) is known color: Lima. HEX triplet: 71, B7 and 2E. RGB value is (113,183,46). Sum of RGB (Red+Green+Blue) = 113+183+46=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 183 (71.88% from 255 or 53.51% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 183 - color contains mainly: green. Hex color #71B72E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B72E is #8E48D1. Grayscale: #929292. Windows color (decimal): -9324754 or 3061617. OLE color: 3061617.

HSL color Cylindrical-coordinate representation of color #71B72E: hue angle of 90.66º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71B72E is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 183 46 -
CMYK 0.38 0 0.75 0.28
HSL 90.66º 0.6% 0.45% -
HSV(B) 90.66º 0.75% 0.72% -
XYZ 24.24 37.57 8.56 -
YUV 146.45 71.31 104.14 -
System Red Green Blue C M Y K H S L
Decimal 113 183 46 0.38 0 0.75 0.28 90.66 0.6 0.45
Hex 71 B7 2E 26 0 4B 1C 5B 3C 2D
Octal 161 267 56 46 0 113 34 133 74 55
Binary 1110001 10110111 101110 100110 0 1001011 11100 1011011 111100 101101

Color Harmonies of #71B72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B72E

Black with #71B72E

Text Example


Text Example

White with #71B72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71B72E; }

 p { color: rgb(113,183,46); }

 H1.HeaderClassName
 {
   color: #71B72E;
 }
 .AnyTagClassName
 {
   color: #71B72E;
 }
</style>

background-color css

<style>
 a { background-color: #71B72E; }

 a { background-color: rgb(113,183,46); }

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

border-color css

<style>
 span { border-color: #71B72E; }

 span { border-color: rgb(113,183,46); }

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