Html Css Color HEX #71D52B Lima

📋 copy color: '#71D52B'

red 113 ◦ green 213 ◦ blue 43

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

Shades of Lima #71D52B

Tints of Lima #71D52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.65%

R = 30.62%
G = 57.72%
B = 11.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#71D52B (or 0x71D52B) is known color: Lima. HEX triplet: 71, D5 and 2B. RGB value is (113,213,43). Sum of RGB (Red+Green+Blue) = 113+213+43=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #71D52B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D52B is #8E2AD4. Grayscale: #A4A4A4. Windows color (decimal): -9317077 or 2872689. OLE color: 2872689.

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

Color convert

RGB 113 213 43 -
CMYK 0.47 0 0.80 0.16
HSL 95.29º 0.67% 0.5% -
HSV(B) 95.29º 0.8% 0.84% -
XYZ 31.04 51.27 10.55 -
YUV 163.72 59.87 91.82 -
System Red Green Blue C M Y K H S L
Decimal 113 213 43 0.47 0 0.80 0.16 95.29 0.67 0.5
Hex 71 D5 2B 2F 0 50 10 5F 43 32
Octal 161 325 53 57 0 120 20 137 103 62
Binary 1110001 11010101 101011 101111 0 1010000 10000 1011111 1000011 110010

Color Harmonies of #71D52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D52B

Black with #71D52B

Text Example


Text Example

White with #71D52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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