Html Css Color HEX #76BA27 Lima

📋 copy color: '#76BA27'

red 118 ◦ green 186 ◦ blue 39

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

Shades of Lima #76BA27

Tints of Lima #76BA27

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.23%

 BLUE value IS 39 (15.63% from 255) = 11.37%

R = 34.4%
G = 54.23%
B = 11.37%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#76BA27 (or 0x76BA27) is known color: Lima. HEX triplet: 76, BA and 27. RGB value is (118,186,39). Sum of RGB (Red+Green+Blue) = 118+186+39=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA27 is #8945D8. Grayscale: #959595. Windows color (decimal): -8996313 or 2603638. OLE color: 2603638.

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

Color convert

RGB 118 186 39 -
CMYK 0.37 0 0.79 0.27
HSL 87.76º 0.65% 0.44% -
HSV(B) 87.76º 0.79% 0.73% -
XYZ 25.4 39.12 8.13 -
YUV 148.91 65.97 105.95 -
System Red Green Blue C M Y K H S L
Decimal 118 186 39 0.37 0 0.79 0.27 87.76 0.65 0.44
Hex 76 BA 27 25 0 4F 1B 58 41 2C
Octal 166 272 47 45 0 117 33 130 101 54
Binary 1110110 10111010 100111 100101 0 1001111 11011 1011000 1000001 101100

Color Harmonies of #76BA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BA27

Black with #76BA27

Text Example


Text Example

White with #76BA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,186,39); }

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

background-color css

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

 a { background-color: rgb(118,186,39); }

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

border-color css

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

 span { border-color: rgb(118,186,39); }

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