Html Css Color HEX #71D42B Lima

📋 copy color: '#71D42B'

red 113 ◦ green 212 ◦ blue 43

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

Shades of Lima #71D42B

Tints of Lima #71D42B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 57.61%

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

R = 30.71%
G = 57.61%
B = 11.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#71D42B (or 0x71D42B) is known color: Lima. HEX triplet: 71, D4 and 2B. RGB value is (113,212,43). Sum of RGB (Red+Green+Blue) = 113+212+43=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 212 (83.20% from 255 or 57.61% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 212 - color contains mainly: green. Hex color #71D42B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D42B is #8E2BD4. Grayscale: #A3A3A3. Windows color (decimal): -9317333 or 2872433. OLE color: 2872433.

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

Color convert

RGB 113 212 43 -
CMYK 0.47 0 0.80 0.17
HSL 95.15º 0.66% 0.5% -
HSV(B) 95.15º 0.8% 0.83% -
XYZ 30.79 50.77 10.46 -
YUV 163.13 60.2 92.24 -
System Red Green Blue C M Y K H S L
Decimal 113 212 43 0.47 0 0.80 0.17 95.15 0.66 0.5
Hex 71 D4 2B 2F 0 50 11 5F 42 32
Octal 161 324 53 57 0 120 21 137 102 62
Binary 1110001 11010100 101011 101111 0 1010000 10001 1011111 1000010 110010

Color Harmonies of #71D42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D42B

Black with #71D42B

Text Example


Text Example

White with #71D42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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