Html Css Color HEX #78BF13 Lima

📋 copy color: '#78BF13'

red 120 ◦ green 191 ◦ blue 19

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

Shades of Lima #78BF13

Tints of Lima #78BF13

RGB

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

 GREEN value IS 191 (75% from 255) = 57.88%

 BLUE value IS 19 (7.81% from 255) = 5.76%

R = 36.36%
G = 57.88%
B = 5.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#78BF13 (or 0x78BF13) is known color: Lima. HEX triplet: 78, BF and 13. RGB value is (120,191,19). Sum of RGB (Red+Green+Blue) = 120+191+19=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 191 (75% from 255 or 57.88% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78BF13 is #8740EC. Grayscale: #969696. Windows color (decimal): -8863981 or 1294200. OLE color: 1294200.

HSL color Cylindrical-coordinate representation of color #78BF13: hue angle of 84.77º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78BF13 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 191 19 -
CMYK 0.37 0 0.90 0.25
HSL 84.77º 0.82% 0.41% -
HSV(B) 84.77º 0.9% 0.75% -
XYZ 26.49 41.3 7.19 -
YUV 150.16 53.98 106.49 -
System Red Green Blue C M Y K H S L
Decimal 120 191 19 0.37 0 0.90 0.25 84.77 0.82 0.41
Hex 78 BF 13 25 0 5A 19 55 52 29
Octal 170 277 23 45 0 132 31 125 122 51
Binary 1111000 10111111 10011 100101 0 1011010 11001 1010101 1010010 101001

Color Harmonies of #78BF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BF13

Black with #78BF13

Text Example


Text Example

White with #78BF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,191,19); }

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

background-color css

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

 a { background-color: rgb(120,191,19); }

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

border-color css

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

 span { border-color: rgb(120,191,19); }

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