Html Css Color HEX #71D01E Lima

📋 copy color: '#71D01E'

red 113 ◦ green 208 ◦ blue 30

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

Shades of Lima #71D01E

Tints of Lima #71D01E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.26%

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

R = 32.19%
G = 59.26%
B = 8.55%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#71D01E (or 0x71D01E) is known color: Lima. HEX triplet: 71, D0 and 1E. RGB value is (113,208,30). Sum of RGB (Red+Green+Blue) = 113+208+30=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 208 (81.64% from 255 or 59.26% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 208 - color contains mainly: green. Hex color #71D01E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D01E is #8E2FE1. Grayscale: #9F9F9F. Windows color (decimal): -9318370 or 2019441. OLE color: 2019441.

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

Color convert

RGB 113 208 30 -
CMYK 0.46 0 0.86 0.18
HSL 92.02º 0.75% 0.47% -
HSV(B) 92.02º 0.86% 0.82% -
XYZ 29.6 48.72 9.07 -
YUV 159.3 55.03 94.97 -
System Red Green Blue C M Y K H S L
Decimal 113 208 30 0.46 0 0.86 0.18 92.02 0.75 0.47
Hex 71 D0 1E 2E 0 56 12 5C 4B 2F
Octal 161 320 36 56 0 126 22 134 113 57
Binary 1110001 11010000 11110 101110 0 1010110 10010 1011100 1001011 101111

Color Harmonies of #71D01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D01E

Black with #71D01E

Text Example


Text Example

White with #71D01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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