Html Css Color HEX #78B225 Lima

📋 copy color: '#78B225'

red 120 ◦ green 178 ◦ blue 37

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

Shades of Lima #78B225

Tints of Lima #78B225

RGB

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

 GREEN value IS 178 (69.92% from 255) = 53.13%

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

R = 35.82%
G = 53.13%
B = 11.04%

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

#78B225 (or 0x78B225) is known color: Lima. HEX triplet: 78, B2 and 25. RGB value is (120,178,37). Sum of RGB (Red+Green+Blue) = 120+178+37=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 178 (69.92% from 255 or 53.13% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 178 - color contains mainly: green. Hex color #78B225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78B225 is #874DDA. Grayscale: #919191. Windows color (decimal): -8867291 or 2470520. OLE color: 2470520.

HSL color Cylindrical-coordinate representation of color #78B225: hue angle of 84.68º 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 #78B225 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 120 178 37 -
CMYK 0.33 0 0.79 0.30
HSL 84.68º 0.66% 0.42% -
HSV(B) 84.68º 0.79% 0.7% -
XYZ 24 35.97 7.43 -
YUV 144.58 67.28 110.46 -
System Red Green Blue C M Y K H S L
Decimal 120 178 37 0.33 0 0.79 0.30 84.68 0.66 0.42
Hex 78 B2 25 21 0 4F 1E 55 42 2A
Octal 170 262 45 41 0 117 36 125 102 52
Binary 1111000 10110010 100101 100001 0 1001111 11110 1010101 1000010 101010

Color Harmonies of #78B225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B225

Black with #78B225

Text Example


Text Example

White with #78B225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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