Html Css Color HEX #78BF10 Lima

📋 copy color: '#78BF10'

red 120 ◦ green 191 ◦ blue 16

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

Shades of Lima #78BF10

Tints of Lima #78BF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.89%

R = 36.7%
G = 58.41%
B = 4.89%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#78BF10 (or 0x78BF10) is known color: Lima. HEX triplet: 78, BF and 10. RGB value is (120,191,16). Sum of RGB (Red+Green+Blue) = 120+191+16=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 191 (75% from 255 or 58.41% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78BF10 is #8740EF. Grayscale: #969696. Windows color (decimal): -8863984 or 1097592. OLE color: 1097592.

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

Color convert

RGB 120 191 16 -
CMYK 0.37 0 0.92 0.25
HSL 84.34º 0.85% 0.41% -
HSV(B) 84.34º 0.92% 0.75% -
XYZ 26.47 41.29 7.07 -
YUV 149.82 52.48 106.73 -
System Red Green Blue C M Y K H S L
Decimal 120 191 16 0.37 0 0.92 0.25 84.34 0.85 0.41
Hex 78 BF 10 25 0 5C 19 54 55 29
Octal 170 277 20 45 0 134 31 124 125 51
Binary 1111000 10111111 10000 100101 0 1011100 11001 1010100 1010101 101001

Color Harmonies of #78BF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BF10

Black with #78BF10

Text Example


Text Example

White with #78BF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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