Html Css Color HEX #76BF15 Lima

📋 copy color: '#76BF15'

red 118 ◦ green 191 ◦ blue 21

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

Shades of Lima #76BF15

Tints of Lima #76BF15

RGB

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

 GREEN value IS 191 (75% from 255) = 57.88%

 BLUE value IS 21 (8.59% from 255) = 6.36%

R = 35.76%
G = 57.88%
B = 6.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#76BF15 (or 0x76BF15) is known color: Lima. HEX triplet: 76, BF and 15. RGB value is (118,191,21). Sum of RGB (Red+Green+Blue) = 118+191+21=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 191 (75% from 255 or 57.88% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BF15 is #8940EA. Grayscale: #969696. Windows color (decimal): -8995051 or 1425270. OLE color: 1425270.

HSL color Cylindrical-coordinate representation of color #76BF15: hue angle of 85.76º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76BF15 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 191 21 -
CMYK 0.38 0 0.89 0.25
HSL 85.76º 0.8% 0.42% -
HSV(B) 85.76º 0.89% 0.75% -
XYZ 26.24 41.17 7.27 -
YUV 149.79 55.32 105.32 -
System Red Green Blue C M Y K H S L
Decimal 118 191 21 0.38 0 0.89 0.25 85.76 0.8 0.42
Hex 76 BF 15 26 0 59 19 56 50 2A
Octal 166 277 25 46 0 131 31 126 120 52
Binary 1110110 10111111 10101 100110 0 1011001 11001 1010110 1010000 101010

Color Harmonies of #76BF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF15

Black with #76BF15

Text Example


Text Example

White with #76BF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,191,21); }

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

background-color css

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

 a { background-color: rgb(118,191,21); }

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

border-color css

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

 span { border-color: rgb(118,191,21); }

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