Html Css Color HEX #71C02C Lima

📋 copy color: '#71C02C'

red 113 ◦ green 192 ◦ blue 44

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

Shades of Lima #71C02C

Tints of Lima #71C02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.61%

R = 32.38%
G = 55.01%
B = 12.61%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#71C02C (or 0x71C02C) is known color: Lima. HEX triplet: 71, C0 and 2C. RGB value is (113,192,44). Sum of RGB (Red+Green+Blue) = 113+192+44=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #71C02C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C02C is #8E3FD3. Grayscale: #989898. Windows color (decimal): -9322452 or 2932849. OLE color: 2932849.

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

Color convert

RGB 113 192 44 -
CMYK 0.41 0 0.77 0.25
HSL 92.03º 0.63% 0.46% -
HSV(B) 92.03º 0.77% 0.75% -
XYZ 26.11 41.39 9 -
YUV 151.51 67.33 100.53 -
System Red Green Blue C M Y K H S L
Decimal 113 192 44 0.41 0 0.77 0.25 92.03 0.63 0.46
Hex 71 C0 2C 29 0 4D 19 5C 3F 2E
Octal 161 300 54 51 0 115 31 134 77 56
Binary 1110001 11000000 101100 101001 0 1001101 11001 1011100 111111 101110

Color Harmonies of #71C02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C02C

Black with #71C02C

Text Example


Text Example

White with #71C02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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