Html Css Color HEX #71CE1C Lima

📋 copy color: '#71CE1C'

red 113 ◦ green 206 ◦ blue 28

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

Shades of Lima #71CE1C

Tints of Lima #71CE1C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 59.37%

 BLUE value IS 28 (11.33% from 255) = 8.07%

R = 32.56%
G = 59.37%
B = 8.07%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#71CE1C (or 0x71CE1C) is known color: Lima. HEX triplet: 71, CE and 1C. RGB value is (113,206,28). Sum of RGB (Red+Green+Blue) = 113+206+28=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 206 (80.86% from 255 or 59.37% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 206 - color contains mainly: green. Hex color #71CE1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CE1C is #8E31E3. Grayscale: #9E9E9E. Windows color (decimal): -9318884 or 1887857. OLE color: 1887857.

HSL color Cylindrical-coordinate representation of color #71CE1C: hue angle of 91.35º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71CE1C is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 206 28 -
CMYK 0.45 0 0.86 0.19
HSL 91.35º 0.76% 0.46% -
HSV(B) 91.35º 0.86% 0.81% -
XYZ 29.09 47.74 8.78 -
YUV 157.9 54.69 95.97 -
System Red Green Blue C M Y K H S L
Decimal 113 206 28 0.45 0 0.86 0.19 91.35 0.76 0.46
Hex 71 CE 1C 2D 0 56 13 5B 4C 2E
Octal 161 316 34 55 0 126 23 133 114 56
Binary 1110001 11001110 11100 101101 0 1010110 10011 1011011 1001100 101110

Color Harmonies of #71CE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CE1C

Black with #71CE1C

Text Example


Text Example

White with #71CE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,206,28); }

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

background-color css

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

 a { background-color: rgb(113,206,28); }

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

border-color css

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

 span { border-color: rgb(113,206,28); }

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