Html Css Color HEX #71C92C Lima

📋 copy color: '#71C92C'

red 113 ◦ green 201 ◦ blue 44

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

Shades of Lima #71C92C

Tints of Lima #71C92C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 56.15%

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

R = 31.56%
G = 56.15%
B = 12.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#71C92C (or 0x71C92C) is known color: Lima. HEX triplet: 71, C9 and 2C. RGB value is (113,201,44). Sum of RGB (Red+Green+Blue) = 113+201+44=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 201 (78.91% from 255 or 56.15% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 201 - color contains mainly: green. Hex color #71C92C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C92C is #8E36D3. Grayscale: #9D9D9D. Windows color (decimal): -9320148 or 2935153. OLE color: 2935153.

HSL color Cylindrical-coordinate representation of color #71C92C: hue angle of 93.63º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71C92C is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 201 44 -
CMYK 0.44 0 0.78 0.21
HSL 93.63º 0.64% 0.48% -
HSV(B) 93.63º 0.78% 0.79% -
XYZ 28.15 45.47 9.67 -
YUV 156.79 64.35 96.77 -
System Red Green Blue C M Y K H S L
Decimal 113 201 44 0.44 0 0.78 0.21 93.63 0.64 0.48
Hex 71 C9 2C 2C 0 4E 15 5E 40 30
Octal 161 311 54 54 0 116 25 136 100 60
Binary 1110001 11001001 101100 101100 0 1001110 10101 1011110 1000000 110000

Color Harmonies of #71C92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C92C

Black with #71C92C

Text Example


Text Example

White with #71C92C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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