Html Css Color HEX #71D525 Lima

📋 copy color: '#71D525'

red 113 ◦ green 213 ◦ blue 37

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

Shades of Lima #71D525

Tints of Lima #71D525

RGB

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

 GREEN value IS 213 (83.59% from 255) = 58.68%

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

R = 31.13%
G = 58.68%
B = 10.19%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#71D525 (or 0x71D525) is known color: Lima. HEX triplet: 71, D5 and 25. RGB value is (113,213,37). Sum of RGB (Red+Green+Blue) = 113+213+37=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 213 (83.59% from 255 or 58.68% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 213 - color contains mainly: green. Hex color #71D525 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D525 is #8E2ADA. Grayscale: #A3A3A3. Windows color (decimal): -9317083 or 2479473. OLE color: 2479473.

HSL color Cylindrical-coordinate representation of color #71D525: hue angle of 94.09º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71D525 is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 213 37 -
CMYK 0.47 0 0.83 0.16
HSL 94.09º 0.7% 0.49% -
HSV(B) 94.09º 0.83% 0.84% -
XYZ 30.94 51.23 10.01 -
YUV 163.04 56.87 92.31 -
System Red Green Blue C M Y K H S L
Decimal 113 213 37 0.47 0 0.83 0.16 94.09 0.7 0.49
Hex 71 D5 25 2F 0 53 10 5E 46 31
Octal 161 325 45 57 0 123 20 136 106 61
Binary 1110001 11010101 100101 101111 0 1010011 10000 1011110 1000110 110001

Color Harmonies of #71D525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D525

Black with #71D525

Text Example


Text Example

White with #71D525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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