Html Css Color HEX #78C71F Lima

📋 copy color: '#78C71F'

red 120 ◦ green 199 ◦ blue 31

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

Shades of Lima #78C71F

Tints of Lima #78C71F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 56.86%

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

R = 34.29%
G = 56.86%
B = 8.86%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#78C71F (or 0x78C71F) is known color: Lima. HEX triplet: 78, C7 and 1F. RGB value is (120,199,31). Sum of RGB (Red+Green+Blue) = 120+199+31=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 199 (78.12% from 255 or 56.86% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 199 - color contains mainly: green. Hex color #78C71F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C71F is #8738E0. Grayscale: #9C9C9C. Windows color (decimal): -8861921 or 2082680. OLE color: 2082680.

HSL color Cylindrical-coordinate representation of color #78C71F: hue angle of 88.21º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78C71F is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 120 199 31 -
CMYK 0.40 0 0.84 0.22
HSL 88.21º 0.73% 0.45% -
HSV(B) 88.21º 0.84% 0.78% -
XYZ 28.42 44.94 8.47 -
YUV 156.23 57.33 102.16 -
System Red Green Blue C M Y K H S L
Decimal 120 199 31 0.40 0 0.84 0.22 88.21 0.73 0.45
Hex 78 C7 1F 28 0 54 16 58 49 2D
Octal 170 307 37 50 0 124 26 130 111 55
Binary 1111000 11000111 11111 101000 0 1010100 10110 1011000 1001001 101101

Color Harmonies of #78C71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C71F

Black with #78C71F

Text Example


Text Example

White with #78C71F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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