Html Css Color HEX #78BC1D Lima

📋 copy color: '#78BC1D'

red 120 ◦ green 188 ◦ blue 29

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

Shades of Lima #78BC1D

Tints of Lima #78BC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.61%

R = 35.61%
G = 55.79%
B = 8.61%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#78BC1D (or 0x78BC1D) is known color: Lima. HEX triplet: 78, BC and 1D. RGB value is (120,188,29). Sum of RGB (Red+Green+Blue) = 120+188+29=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BC1D is #8743E2. Grayscale: #969696. Windows color (decimal): -8864739 or 1948792. OLE color: 1948792.

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

Color convert

RGB 120 188 29 -
CMYK 0.36 0 0.85 0.26
HSL 85.66º 0.73% 0.43% -
HSV(B) 85.66º 0.85% 0.74% -
XYZ 25.95 40.05 7.52 -
YUV 149.54 59.97 106.93 -
System Red Green Blue C M Y K H S L
Decimal 120 188 29 0.36 0 0.85 0.26 85.66 0.73 0.43
Hex 78 BC 1D 24 0 55 1A 56 49 2B
Octal 170 274 35 44 0 125 32 126 111 53
Binary 1111000 10111100 11101 100100 0 1010101 11010 1010110 1001001 101011

Color Harmonies of #78BC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BC1D

Black with #78BC1D

Text Example


Text Example

White with #78BC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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