Html Css Color HEX #76BE28 Lima

📋 copy color: '#76BE28'

red 118 ◦ green 190 ◦ blue 40

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

Shades of Lima #76BE28

Tints of Lima #76BE28

RGB

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

 GREEN value IS 190 (74.61% from 255) = 54.6%

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

R = 33.91%
G = 54.6%
B = 11.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#76BE28 (or 0x76BE28) is known color: Lima. HEX triplet: 76, BE and 28. RGB value is (118,190,40). Sum of RGB (Red+Green+Blue) = 118+190+40=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 190 (74.61% from 255 or 54.60% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BE28 is #8941D7. Grayscale: #979797. Windows color (decimal): -8995288 or 2670198. OLE color: 2670198.

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

Color convert

RGB 118 190 40 -
CMYK 0.38 0 0.79 0.25
HSL 88.8º 0.65% 0.45% -
HSV(B) 88.8º 0.79% 0.75% -
XYZ 26.27 40.83 8.5 -
YUV 151.37 65.15 104.2 -
System Red Green Blue C M Y K H S L
Decimal 118 190 40 0.38 0 0.79 0.25 88.8 0.65 0.45
Hex 76 BE 28 26 0 4F 19 59 41 2D
Octal 166 276 50 46 0 117 31 131 101 55
Binary 1110110 10111110 101000 100110 0 1001111 11001 1011001 1000001 101101

Color Harmonies of #76BE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BE28

Black with #76BE28

Text Example


Text Example

White with #76BE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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