Html Css Color HEX #76BE2A Lima

📋 copy color: '#76BE2A'

red 118 ◦ green 190 ◦ blue 42

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

Shades of Lima #76BE2A

Tints of Lima #76BE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12%

R = 33.71%
G = 54.29%
B = 12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#76BE2A (or 0x76BE2A) is known color: Lima. HEX triplet: 76, BE and 2A. RGB value is (118,190,42). Sum of RGB (Red+Green+Blue) = 118+190+42=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BE2A is #8941D5. Grayscale: #989898. Windows color (decimal): -8995286 or 2801270. OLE color: 2801270.

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

Color convert

RGB 118 190 42 -
CMYK 0.38 0 0.78 0.25
HSL 89.19º 0.64% 0.45% -
HSV(B) 89.19º 0.78% 0.75% -
XYZ 26.3 40.85 8.69 -
YUV 151.6 66.15 104.03 -
System Red Green Blue C M Y K H S L
Decimal 118 190 42 0.38 0 0.78 0.25 89.19 0.64 0.45
Hex 76 BE 2A 26 0 4E 19 59 40 2D
Octal 166 276 52 46 0 116 31 131 100 55
Binary 1110110 10111110 101010 100110 0 1001110 11001 1011001 1000000 101101

Color Harmonies of #76BE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BE2A

Black with #76BE2A

Text Example


Text Example

White with #76BE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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