Html Css Color HEX #71D71B Lima

📋 copy color: '#71D71B'

red 113 ◦ green 215 ◦ blue 27

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

Shades of Lima #71D71B

Tints of Lima #71D71B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 60.56%

 BLUE value IS 27 (10.94% from 255) = 7.61%

R = 31.83%
G = 60.56%
B = 7.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#71D71B (or 0x71D71B) is known color: Lima. HEX triplet: 71, D7 and 1B. RGB value is (113,215,27). Sum of RGB (Red+Green+Blue) = 113+215+27=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 215 (84.38% from 255 or 60.56% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 215 - color contains mainly: green. Hex color #71D71B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D71B is #8E28E4. Grayscale: #A3A3A3. Windows color (decimal): -9316581 or 1824625. OLE color: 1824625.

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

Color convert

RGB 113 215 27 -
CMYK 0.47 0 0.87 0.16
HSL 92.55º 0.78% 0.47% -
HSV(B) 92.55º 0.87% 0.84% -
XYZ 31.31 52.19 9.46 -
YUV 163.07 51.21 92.29 -
System Red Green Blue C M Y K H S L
Decimal 113 215 27 0.47 0 0.87 0.16 92.55 0.78 0.47
Hex 71 D7 1B 2F 0 57 10 5D 4E 2F
Octal 161 327 33 57 0 127 20 135 116 57
Binary 1110001 11010111 11011 101111 0 1010111 10000 1011101 1001110 101111

Color Harmonies of #71D71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D71B

Black with #71D71B

Text Example


Text Example

White with #71D71B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,215,27); }

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

background-color css

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

 a { background-color: rgb(113,215,27); }

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

border-color css

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

 span { border-color: rgb(113,215,27); }

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