Html Css Color HEX #76BC28 Lima

📋 copy color: '#76BC28'

red 118 ◦ green 188 ◦ blue 40

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

Shades of Lima #76BC28

Tints of Lima #76BC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.56%

R = 34.1%
G = 54.34%
B = 11.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#76BC28 (or 0x76BC28) is known color: Lima. HEX triplet: 76, BC and 28. RGB value is (118,188,40). Sum of RGB (Red+Green+Blue) = 118+188+40=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BC28 is #8943D7. Grayscale: #969696. Windows color (decimal): -8995800 or 2669686. OLE color: 2669686.

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

Color convert

RGB 118 188 40 -
CMYK 0.37 0 0.79 0.26
HSL 88.38º 0.65% 0.45% -
HSV(B) 88.38º 0.79% 0.74% -
XYZ 25.84 39.97 8.36 -
YUV 150.2 65.81 105.03 -
System Red Green Blue C M Y K H S L
Decimal 118 188 40 0.37 0 0.79 0.26 88.38 0.65 0.45
Hex 76 BC 28 25 0 4F 1A 58 41 2D
Octal 166 274 50 45 0 117 32 130 101 55
Binary 1110110 10111100 101000 100101 0 1001111 11010 1011000 1000001 101101

Color Harmonies of #76BC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BC28

Black with #76BC28

Text Example


Text Example

White with #76BC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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