Html Css Color HEX #76D61F Lima

📋 copy color: '#76D61F'

red 118 ◦ green 214 ◦ blue 31

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

Shades of Lima #76D61F

Tints of Lima #76D61F

RGB

 RED value IS 118 (46.48% from 255) = 32.51%

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

 BLUE value IS 31 (12.5% from 255) = 8.54%

R = 32.51%
G = 58.95%
B = 8.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#76D61F (or 0x76D61F) is known color: Lima. HEX triplet: 76, D6 and 1F. RGB value is (118,214,31). Sum of RGB (Red+Green+Blue) = 118+214+31=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 214 (83.98% from 255 or 58.95% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 214 - color contains mainly: green. Hex color #76D61F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D61F is #8929E0. Grayscale: #A5A5A5. Windows color (decimal): -8989153 or 2086518. OLE color: 2086518.

HSL color Cylindrical-coordinate representation of color #76D61F: hue angle of 91.48º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76D61F is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 214 31 -
CMYK 0.45 0 0.86 0.16
HSL 91.48º 0.75% 0.48% -
HSV(B) 91.48º 0.86% 0.84% -
XYZ 31.77 52.04 9.67 -
YUV 164.43 52.7 94.88 -
System Red Green Blue C M Y K H S L
Decimal 118 214 31 0.45 0 0.86 0.16 91.48 0.75 0.48
Hex 76 D6 1F 2D 0 56 10 5B 4B 30
Octal 166 326 37 55 0 126 20 133 113 60
Binary 1110110 11010110 11111 101101 0 1010110 10000 1011011 1001011 110000

Color Harmonies of #76D61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D61F

Black with #76D61F

Text Example


Text Example

White with #76D61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76D61F; }

 p { color: rgb(118,214,31); }

 H1.HeaderClassName
 {
   color: #76D61F;
 }
 .AnyTagClassName
 {
   color: #76D61F;
 }
</style>

background-color css

<style>
 a { background-color: #76D61F; }

 a { background-color: rgb(118,214,31); }

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

border-color css

<style>
 span { border-color: #76D61F; }

 span { border-color: rgb(118,214,31); }

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