Html Css Color HEX #76BC17 Lima

📋 copy color: '#76BC17'

red 118 ◦ green 188 ◦ blue 23

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

Shades of Lima #76BC17

Tints of Lima #76BC17

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.14%

 BLUE value IS 23 (9.38% from 255) = 6.99%

R = 35.87%
G = 57.14%
B = 6.99%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#76BC17 (or 0x76BC17) is known color: Lima. HEX triplet: 76, BC and 17. RGB value is (118,188,23). Sum of RGB (Red+Green+Blue) = 118+188+23=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BC17 is #8943E8. Grayscale: #949494. Windows color (decimal): -8995817 or 1555574. OLE color: 1555574.

HSL color Cylindrical-coordinate representation of color #76BC17: hue angle of 85.45º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76BC17 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 188 23 -
CMYK 0.37 0 0.88 0.26
HSL 85.45º 0.78% 0.41% -
HSV(B) 85.45º 0.88% 0.74% -
XYZ 25.61 39.88 7.16 -
YUV 148.26 57.31 106.42 -
System Red Green Blue C M Y K H S L
Decimal 118 188 23 0.37 0 0.88 0.26 85.45 0.78 0.41
Hex 76 BC 17 25 0 58 1A 55 4E 29
Octal 166 274 27 45 0 130 32 125 116 51
Binary 1110110 10111100 10111 100101 0 1011000 11010 1010101 1001110 101001

Color Harmonies of #76BC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BC17

Black with #76BC17

Text Example


Text Example

White with #76BC17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,188,23); }

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

background-color css

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

 a { background-color: rgb(118,188,23); }

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

border-color css

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

 span { border-color: rgb(118,188,23); }

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