Html Css Color HEX #71C125 Lima

📋 copy color: '#71C125'

red 113 ◦ green 193 ◦ blue 37

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

Shades of Lima #71C125

Tints of Lima #71C125

RGB

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

 GREEN value IS 193 (75.78% from 255) = 56.27%

 BLUE value IS 37 (14.84% from 255) = 10.79%

R = 32.94%
G = 56.27%
B = 10.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#71C125 (or 0x71C125) is known color: Lima. HEX triplet: 71, C1 and 25. RGB value is (113,193,37). Sum of RGB (Red+Green+Blue) = 113+193+37=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 193 (75.78% from 255 or 56.27% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 193 - color contains mainly: green. Hex color #71C125 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C125 is #8E3EDA. Grayscale: #979797. Windows color (decimal): -9322203 or 2474353. OLE color: 2474353.

HSL color Cylindrical-coordinate representation of color #71C125: hue angle of 90.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71C125 is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 193 37 -
CMYK 0.41 0 0.81 0.24
HSL 90.77º 0.68% 0.45% -
HSV(B) 90.77º 0.81% 0.76% -
XYZ 26.21 41.78 8.43 -
YUV 151.3 63.5 100.68 -
System Red Green Blue C M Y K H S L
Decimal 113 193 37 0.41 0 0.81 0.24 90.77 0.68 0.45
Hex 71 C1 25 29 0 51 18 5B 44 2D
Octal 161 301 45 51 0 121 30 133 104 55
Binary 1110001 11000001 100101 101001 0 1010001 11000 1011011 1000100 101101

Color Harmonies of #71C125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C125

Black with #71C125

Text Example


Text Example

White with #71C125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,193,37); }

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

background-color css

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

 a { background-color: rgb(113,193,37); }

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

border-color css

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

 span { border-color: rgb(113,193,37); }

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