Html Css Color HEX #78BC0D Lima

📋 copy color: '#78BC0D'

red 120 ◦ green 188 ◦ blue 13

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

Shades of Lima #78BC0D

Tints of Lima #78BC0D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.57%

 BLUE value IS 13 (5.47% from 255) = 4.05%

R = 37.38%
G = 58.57%
B = 4.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#78BC0D (or 0x78BC0D) is known color: Lima. HEX triplet: 78, BC and 0D. RGB value is (120,188,13). Sum of RGB (Red+Green+Blue) = 120+188+13=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78BC0D is #8743F2. Grayscale: #949494. Windows color (decimal): -8864755 or 900216. OLE color: 900216.

HSL color Cylindrical-coordinate representation of color #78BC0D: hue angle of 83.31º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78BC0D is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 188 13 -
CMYK 0.36 0 0.93 0.26
HSL 83.31º 0.87% 0.39% -
HSV(B) 83.31º 0.93% 0.74% -
XYZ 25.8 39.99 6.74 -
YUV 147.72 51.97 108.23 -
System Red Green Blue C M Y K H S L
Decimal 120 188 13 0.36 0 0.93 0.26 83.31 0.87 0.39
Hex 78 BC D 24 0 5D 1A 53 57 27
Octal 170 274 15 44 0 135 32 123 127 47
Binary 1111000 10111100 1101 100100 0 1011101 11010 1010011 1010111 100111

Color Harmonies of #78BC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BC0D

Black with #78BC0D

Text Example


Text Example

White with #78BC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,188,13); }

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

background-color css

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

 a { background-color: rgb(120,188,13); }

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

border-color css

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

 span { border-color: rgb(120,188,13); }

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