Html Css Color HEX #78AB1F Lima

📋 copy color: '#78AB1F'

red 120 ◦ green 171 ◦ blue 31

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

Shades of Lima #78AB1F

Tints of Lima #78AB1F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.11%

 BLUE value IS 31 (12.5% from 255) = 9.63%

R = 37.27%
G = 53.11%
B = 9.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#78AB1F (or 0x78AB1F) is known color: Lima. HEX triplet: 78, AB and 1F. RGB value is (120,171,31). Sum of RGB (Red+Green+Blue) = 120+171+31=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AB1F is #8754E0. Grayscale: #8C8C8C. Windows color (decimal): -8869089 or 2075512. OLE color: 2075512.

HSL color Cylindrical-coordinate representation of color #78AB1F: hue angle of 81.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78AB1F is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 171 31 -
CMYK 0.30 0 0.82 0.33
HSL 81.86º 0.69% 0.4% -
HSV(B) 81.86º 0.82% 0.67% -
XYZ 22.56 33.22 6.52 -
YUV 139.79 66.6 113.88 -
System Red Green Blue C M Y K H S L
Decimal 120 171 31 0.30 0 0.82 0.33 81.86 0.69 0.4
Hex 78 AB 1F 1E 0 52 21 52 45 28
Octal 170 253 37 36 0 122 41 122 105 50
Binary 1111000 10101011 11111 11110 0 1010010 100001 1010010 1000101 101000

Color Harmonies of #78AB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AB1F

Black with #78AB1F

Text Example


Text Example

White with #78AB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,171,31); }

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

background-color css

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

 a { background-color: rgb(120,171,31); }

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

border-color css

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

 span { border-color: rgb(120,171,31); }

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