Html Css Color HEX #71C02B Lima

📋 copy color: '#71C02B'

red 113 ◦ green 192 ◦ blue 43

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

Shades of Lima #71C02B

Tints of Lima #71C02B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.17%

 BLUE value IS 43 (17.19% from 255) = 12.36%

R = 32.47%
G = 55.17%
B = 12.36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#71C02B (or 0x71C02B) is known color: Lima. HEX triplet: 71, C0 and 2B. RGB value is (113,192,43). Sum of RGB (Red+Green+Blue) = 113+192+43=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #71C02B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C02B is #8E3FD4. Grayscale: #979797. Windows color (decimal): -9322453 or 2867313. OLE color: 2867313.

HSL color Cylindrical-coordinate representation of color #71C02B: hue angle of 91.81º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71C02B is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 192 43 -
CMYK 0.41 0 0.78 0.25
HSL 91.81º 0.63% 0.46% -
HSV(B) 91.81º 0.78% 0.75% -
XYZ 26.1 41.38 8.9 -
YUV 151.39 66.83 100.62 -
System Red Green Blue C M Y K H S L
Decimal 113 192 43 0.41 0 0.78 0.25 91.81 0.63 0.46
Hex 71 C0 2B 29 0 4E 19 5C 3F 2E
Octal 161 300 53 51 0 116 31 134 77 56
Binary 1110001 11000000 101011 101001 0 1001110 11001 1011100 111111 101110

Color Harmonies of #71C02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C02B

Black with #71C02B

Text Example


Text Example

White with #71C02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,192,43); }

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

background-color css

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

 a { background-color: rgb(113,192,43); }

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

border-color css

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

 span { border-color: rgb(113,192,43); }

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