Html Css Color HEX #71D618 Lima

📋 copy color: '#71D618'

red 113 ◦ green 214 ◦ blue 24

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

Shades of Lima #71D618

Tints of Lima #71D618

RGB

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

 GREEN value IS 214 (83.98% from 255) = 60.97%

 BLUE value IS 24 (9.77% from 255) = 6.84%

R = 32.19%
G = 60.97%
B = 6.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#71D618 (or 0x71D618) is known color: Lima. HEX triplet: 71, D6 and 18. RGB value is (113,214,24). Sum of RGB (Red+Green+Blue) = 113+214+24=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 214 (83.98% from 255 or 60.97% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 214 - color contains mainly: green. Hex color #71D618 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D618 is #8E29E7. Grayscale: #A2A2A2. Windows color (decimal): -9316840 or 1627761. OLE color: 1627761.

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

Color convert

RGB 113 214 24 -
CMYK 0.47 0 0.89 0.16
HSL 91.89º 0.8% 0.47% -
HSV(B) 91.89º 0.89% 0.84% -
XYZ 31.02 51.67 9.2 -
YUV 162.14 50.04 92.95 -
System Red Green Blue C M Y K H S L
Decimal 113 214 24 0.47 0 0.89 0.16 91.89 0.8 0.47
Hex 71 D6 18 2F 0 59 10 5C 50 2F
Octal 161 326 30 57 0 131 20 134 120 57
Binary 1110001 11010110 11000 101111 0 1011001 10000 1011100 1010000 101111

Color Harmonies of #71D618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D618

Black with #71D618

Text Example


Text Example

White with #71D618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,214,24); }

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

background-color css

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

 a { background-color: rgb(113,214,24); }

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

border-color css

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

 span { border-color: rgb(113,214,24); }

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