Html Css Color HEX #76B430 Lima

📋 copy color: '#76B430'

red 118 ◦ green 180 ◦ blue 48

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

Shades of Lima #76B430

Tints of Lima #76B430

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.02%

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

R = 34.1%
G = 52.02%
B = 13.87%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#76B430 (or 0x76B430) is known color: Lima. HEX triplet: 76, B4 and 30. RGB value is (118,180,48). Sum of RGB (Red+Green+Blue) = 118+180+48=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #76B430 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B430 is #894BCF. Grayscale: #929292. Windows color (decimal): -8997840 or 3191926. OLE color: 3191926.

HSL color Cylindrical-coordinate representation of color #76B430: hue angle of 88.18º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76B430 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 180 48 -
CMYK 0.34 0 0.73 0.29
HSL 88.18º 0.58% 0.45% -
HSV(B) 88.18º 0.73% 0.71% -
XYZ 24.33 36.71 8.6 -
YUV 146.41 72.46 107.73 -
System Red Green Blue C M Y K H S L
Decimal 118 180 48 0.34 0 0.73 0.29 88.18 0.58 0.45
Hex 76 B4 30 22 0 49 1D 58 3A 2D
Octal 166 264 60 42 0 111 35 130 72 55
Binary 1110110 10110100 110000 100010 0 1001001 11101 1011000 111010 101101

Color Harmonies of #76B430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B430

Black with #76B430

Text Example


Text Example

White with #76B430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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