Html Css Color HEX #78AE1E Lima

📋 copy color: '#78AE1E'

red 120 ◦ green 174 ◦ blue 30

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

Shades of Lima #78AE1E

Tints of Lima #78AE1E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 53.7%

 BLUE value IS 30 (12.11% from 255) = 9.26%

R = 37.04%
G = 53.7%
B = 9.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#78AE1E (or 0x78AE1E) is known color: Lima. HEX triplet: 78, AE and 1E. RGB value is (120,174,30). Sum of RGB (Red+Green+Blue) = 120+174+30=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 174 (68.36% from 255 or 53.70% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AE1E is #8751E1. Grayscale: #8D8D8D. Windows color (decimal): -8868322 or 2010744. OLE color: 2010744.

HSL color Cylindrical-coordinate representation of color #78AE1E: hue angle of 82.5º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78AE1E is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 174 30 -
CMYK 0.31 0 0.83 0.32
HSL 82.5º 0.71% 0.4% -
HSV(B) 82.5º 0.83% 0.68% -
XYZ 23.12 34.36 6.64 -
YUV 141.44 65.11 112.71 -
System Red Green Blue C M Y K H S L
Decimal 120 174 30 0.31 0 0.83 0.32 82.5 0.71 0.4
Hex 78 AE 1E 1F 0 53 20 52 47 28
Octal 170 256 36 37 0 123 40 122 107 50
Binary 1111000 10101110 11110 11111 0 1010011 100000 1010010 1000111 101000

Color Harmonies of #78AE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AE1E

Black with #78AE1E

Text Example


Text Example

White with #78AE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,174,30); }

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

background-color css

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

 a { background-color: rgb(120,174,30); }

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

border-color css

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

 span { border-color: rgb(120,174,30); }

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