Html Css Color HEX #78BD30 Lima

📋 copy color: '#78BD30'

red 120 ◦ green 189 ◦ blue 48

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

Shades of Lima #78BD30

Tints of Lima #78BD30

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.94%

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

R = 33.61%
G = 52.94%
B = 13.45%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#78BD30 (or 0x78BD30) is known color: Lima. HEX triplet: 78, BD and 30. RGB value is (120,189,48). Sum of RGB (Red+Green+Blue) = 120+189+48=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #78BD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BD30 is #8742CF. Grayscale: #989898. Windows color (decimal): -8864464 or 3194232. OLE color: 3194232.

HSL color Cylindrical-coordinate representation of color #78BD30: hue angle of 89.36º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78BD30 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 189 48 -
CMYK 0.37 0 0.75 0.26
HSL 89.36º 0.59% 0.46% -
HSV(B) 89.36º 0.75% 0.74% -
XYZ 26.48 40.6 9.24 -
YUV 152.3 69.14 104.96 -
System Red Green Blue C M Y K H S L
Decimal 120 189 48 0.37 0 0.75 0.26 89.36 0.59 0.46
Hex 78 BD 30 25 0 4B 1A 59 3B 2E
Octal 170 275 60 45 0 113 32 131 73 56
Binary 1111000 10111101 110000 100101 0 1001011 11010 1011001 111011 101110

Color Harmonies of #78BD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BD30

Black with #78BD30

Text Example


Text Example

White with #78BD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,189,48); }

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

background-color css

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

 a { background-color: rgb(120,189,48); }

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

border-color css

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

 span { border-color: rgb(120,189,48); }

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