Html Css Color HEX #71D51D Lima

📋 copy color: '#71D51D'

red 113 ◦ green 213 ◦ blue 29

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

Shades of Lima #71D51D

Tints of Lima #71D51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.17%

R = 31.83%
G = 60%
B = 8.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#71D51D (or 0x71D51D) is known color: Lima. HEX triplet: 71, D5 and 1D. RGB value is (113,213,29). Sum of RGB (Red+Green+Blue) = 113+213+29=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 213 (83.59% from 255 or 60% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 213 - color contains mainly: green. Hex color #71D51D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D51D is #8E2AE2. Grayscale: #A2A2A2. Windows color (decimal): -9317091 or 1955185. OLE color: 1955185.

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

Color convert

RGB 113 213 29 -
CMYK 0.47 0 0.86 0.16
HSL 92.61º 0.76% 0.47% -
HSV(B) 92.61º 0.86% 0.84% -
XYZ 30.83 51.19 9.42 -
YUV 162.12 52.87 92.96 -
System Red Green Blue C M Y K H S L
Decimal 113 213 29 0.47 0 0.86 0.16 92.61 0.76 0.47
Hex 71 D5 1D 2F 0 56 10 5D 4C 2F
Octal 161 325 35 57 0 126 20 135 114 57
Binary 1110001 11010101 11101 101111 0 1010110 10000 1011101 1001100 101111

Color Harmonies of #71D51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D51D

Black with #71D51D

Text Example


Text Example

White with #71D51D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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