Html Css Color HEX #76C31F Lima

📋 copy color: '#76C31F'

red 118 ◦ green 195 ◦ blue 31

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

Shades of Lima #76C31F

Tints of Lima #76C31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.69%

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

R = 34.3%
G = 56.69%
B = 9.01%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#76C31F (or 0x76C31F) is known color: Lima. HEX triplet: 76, C3 and 1F. RGB value is (118,195,31). Sum of RGB (Red+Green+Blue) = 118+195+31=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 195 (76.56% from 255 or 56.69% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 195 - color contains mainly: green. Hex color #76C31F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C31F is #893CE0. Grayscale: #999999. Windows color (decimal): -8994017 or 2081654. OLE color: 2081654.

HSL color Cylindrical-coordinate representation of color #76C31F: hue angle of 88.17º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76C31F is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 195 31 -
CMYK 0.39 0 0.84 0.24
HSL 88.17º 0.73% 0.44% -
HSV(B) 88.17º 0.84% 0.76% -
XYZ 27.23 42.98 8.16 -
YUV 153.28 58.99 102.84 -
System Red Green Blue C M Y K H S L
Decimal 118 195 31 0.39 0 0.84 0.24 88.17 0.73 0.44
Hex 76 C3 1F 27 0 54 18 58 49 2C
Octal 166 303 37 47 0 124 30 130 111 54
Binary 1110110 11000011 11111 100111 0 1010100 11000 1011000 1001001 101100

Color Harmonies of #76C31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C31F

Black with #76C31F

Text Example


Text Example

White with #76C31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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