Html Css Color HEX #76BC1E Lima

📋 copy color: '#76BC1E'

red 118 ◦ green 188 ◦ blue 30

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

Shades of Lima #76BC1E

Tints of Lima #76BC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.93%

R = 35.12%
G = 55.95%
B = 8.93%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#76BC1E (or 0x76BC1E) is known color: Lima. HEX triplet: 76, BC and 1E. RGB value is (118,188,30). Sum of RGB (Red+Green+Blue) = 118+188+30=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BC1E is #8943E1. Grayscale: #959595. Windows color (decimal): -8995810 or 2014326. OLE color: 2014326.

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

Color convert

RGB 118 188 30 -
CMYK 0.37 0 0.84 0.26
HSL 86.58º 0.72% 0.43% -
HSV(B) 86.58º 0.84% 0.74% -
XYZ 25.69 39.91 7.58 -
YUV 149.06 60.81 105.85 -
System Red Green Blue C M Y K H S L
Decimal 118 188 30 0.37 0 0.84 0.26 86.58 0.72 0.43
Hex 76 BC 1E 25 0 54 1A 57 48 2B
Octal 166 274 36 45 0 124 32 127 110 53
Binary 1110110 10111100 11110 100101 0 1010100 11010 1010111 1001000 101011

Color Harmonies of #76BC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BC1E

Black with #76BC1E

Text Example


Text Example

White with #76BC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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