Html Css Color HEX #71D125 Lima

📋 copy color: '#71D125'

red 113 ◦ green 209 ◦ blue 37

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

Shades of Lima #71D125

Tints of Lima #71D125

RGB

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

 GREEN value IS 209 (82.03% from 255) = 58.22%

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

R = 31.48%
G = 58.22%
B = 10.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#71D125 (or 0x71D125) is known color: Lima. HEX triplet: 71, D1 and 25. RGB value is (113,209,37). Sum of RGB (Red+Green+Blue) = 113+209+37=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 209 (82.03% from 255 or 58.22% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 209 - color contains mainly: green. Hex color #71D125 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D125 is #8E2EDA. Grayscale: #A1A1A1. Windows color (decimal): -9318107 or 2478449. OLE color: 2478449.

HSL color Cylindrical-coordinate representation of color #71D125: hue angle of 93.49º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71D125 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 209 37 -
CMYK 0.46 0 0.82 0.18
HSL 93.49º 0.7% 0.48% -
HSV(B) 93.49º 0.82% 0.82% -
XYZ 29.94 49.25 9.68 -
YUV 160.69 58.2 93.99 -
System Red Green Blue C M Y K H S L
Decimal 113 209 37 0.46 0 0.82 0.18 93.49 0.7 0.48
Hex 71 D1 25 2E 0 52 12 5D 46 30
Octal 161 321 45 56 0 122 22 135 106 60
Binary 1110001 11010001 100101 101110 0 1010010 10010 1011101 1000110 110000

Color Harmonies of #71D125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D125

Black with #71D125

Text Example


Text Example

White with #71D125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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