Html Css Color HEX #76B830 Lima

📋 copy color: '#76B830'

red 118 ◦ green 184 ◦ blue 48

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

Shades of Lima #76B830

Tints of Lima #76B830

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.57%

 BLUE value IS 48 (19.14% from 255) = 13.71%

R = 33.71%
G = 52.57%
B = 13.71%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#76B830 (or 0x76B830) is known color: Lima. HEX triplet: 76, B8 and 30. RGB value is (118,184,48). Sum of RGB (Red+Green+Blue) = 118+184+48=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 184 (72.27% from 255 or 52.57% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 184 - color contains mainly: green. Hex color #76B830 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B830 is #8947CF. Grayscale: #959595. Windows color (decimal): -8996816 or 3192950. OLE color: 3192950.

HSL color Cylindrical-coordinate representation of color #76B830: hue angle of 89.12º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76B830 is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 118 184 48 -
CMYK 0.36 0 0.74 0.28
HSL 89.12º 0.59% 0.45% -
HSV(B) 89.12º 0.74% 0.72% -
XYZ 25.15 38.35 8.87 -
YUV 148.76 71.13 106.06 -
System Red Green Blue C M Y K H S L
Decimal 118 184 48 0.36 0 0.74 0.28 89.12 0.59 0.45
Hex 76 B8 30 24 0 4A 1C 59 3B 2D
Octal 166 270 60 44 0 112 34 131 73 55
Binary 1110110 10111000 110000 100100 0 1001010 11100 1011001 111011 101101

Color Harmonies of #76B830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B830

Black with #76B830

Text Example


Text Example

White with #76B830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,184,48); }

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

background-color css

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

 a { background-color: rgb(118,184,48); }

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

border-color css

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

 span { border-color: rgb(118,184,48); }

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