Html Css Color HEX #71D41E Lima

📋 copy color: '#71D41E'

red 113 ◦ green 212 ◦ blue 30

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

Shades of Lima #71D41E

Tints of Lima #71D41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.45%

R = 31.83%
G = 59.72%
B = 8.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#71D41E (or 0x71D41E) is known color: Lima. HEX triplet: 71, D4 and 1E. RGB value is (113,212,30). Sum of RGB (Red+Green+Blue) = 113+212+30=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 212 (83.20% from 255 or 59.72% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 212 - color contains mainly: green. Hex color #71D41E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D41E is #8E2BE1. Grayscale: #A2A2A2. Windows color (decimal): -9317346 or 2020465. OLE color: 2020465.

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

Color convert

RGB 113 212 30 -
CMYK 0.47 0 0.86 0.17
HSL 92.64º 0.75% 0.47% -
HSV(B) 92.64º 0.86% 0.83% -
XYZ 30.59 50.69 9.4 -
YUV 161.65 53.7 93.3 -
System Red Green Blue C M Y K H S L
Decimal 113 212 30 0.47 0 0.86 0.17 92.64 0.75 0.47
Hex 71 D4 1E 2F 0 56 11 5D 4B 2F
Octal 161 324 36 57 0 126 21 135 113 57
Binary 1110001 11010100 11110 101111 0 1010110 10001 1011101 1001011 101111

Color Harmonies of #71D41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D41E

Black with #71D41E

Text Example


Text Example

White with #71D41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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