Html Css Color HEX #71D415 Lima

📋 copy color: '#71D415'

red 113 ◦ green 212 ◦ blue 21

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

Shades of Lima #71D415

Tints of Lima #71D415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.07%

R = 32.66%
G = 61.27%
B = 6.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#71D415 (or 0x71D415) is known color: Lima. HEX triplet: 71, D4 and 15. RGB value is (113,212,21). Sum of RGB (Red+Green+Blue) = 113+212+21=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 212 (83.20% from 255 or 61.27% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 212 - color contains mainly: green. Hex color #71D415 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D415 is #8E2BEA. Grayscale: #A1A1A1. Windows color (decimal): -9317355 or 1430641. OLE color: 1430641.

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

Color convert

RGB 113 212 21 -
CMYK 0.47 0 0.90 0.17
HSL 91.1º 0.82% 0.46% -
HSV(B) 91.1º 0.9% 0.83% -
XYZ 30.49 50.65 8.88 -
YUV 160.63 49.2 94.03 -
System Red Green Blue C M Y K H S L
Decimal 113 212 21 0.47 0 0.90 0.17 91.1 0.82 0.46
Hex 71 D4 15 2F 0 5A 11 5B 52 2E
Octal 161 324 25 57 0 132 21 133 122 56
Binary 1110001 11010100 10101 101111 0 1011010 10001 1011011 1010010 101110

Color Harmonies of #71D415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D415

Black with #71D415

Text Example


Text Example

White with #71D415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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