Html Css Color HEX #78B325 Lima

📋 copy color: '#78B325'

red 120 ◦ green 179 ◦ blue 37

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

Shades of Lima #78B325

Tints of Lima #78B325

RGB

 RED value IS 120 (47.27% from 255) = 35.71%

 GREEN value IS 179 (70.31% from 255) = 53.27%

 BLUE value IS 37 (14.84% from 255) = 11.01%

R = 35.71%
G = 53.27%
B = 11.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#78B325 (or 0x78B325) is known color: Lima. HEX triplet: 78, B3 and 25. RGB value is (120,179,37). Sum of RGB (Red+Green+Blue) = 120+179+37=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 179 (70.31% from 255 or 53.27% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 179 - color contains mainly: green. Hex color #78B325 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B325 is #874CDA. Grayscale: #919191. Windows color (decimal): -8867035 or 2470776. OLE color: 2470776.

HSL color Cylindrical-coordinate representation of color #78B325: hue angle of 84.93º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #78B325 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 120 179 37 -
CMYK 0.33 0 0.79 0.30
HSL 84.93º 0.66% 0.42% -
HSV(B) 84.93º 0.79% 0.7% -
XYZ 24.2 36.37 7.49 -
YUV 145.17 66.95 110.05 -
System Red Green Blue C M Y K H S L
Decimal 120 179 37 0.33 0 0.79 0.30 84.93 0.66 0.42
Hex 78 B3 25 21 0 4F 1E 55 42 2A
Octal 170 263 45 41 0 117 36 125 102 52
Binary 1111000 10110011 100101 100001 0 1001111 11110 1010101 1000010 101010

Color Harmonies of #78B325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B325

Black with #78B325

Text Example


Text Example

White with #78B325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78B325; }

 p { color: rgb(120,179,37); }

 H1.HeaderClassName
 {
   color: #78B325;
 }
 .AnyTagClassName
 {
   color: #78B325;
 }
</style>

background-color css

<style>
 a { background-color: #78B325; }

 a { background-color: rgb(120,179,37); }

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

border-color css

<style>
 span { border-color: #78B325; }

 span { border-color: rgb(120,179,37); }

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