Html Css Color HEX #78C31E Lima

📋 copy color: '#78C31E'

red 120 ◦ green 195 ◦ blue 30

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

Shades of Lima #78C31E

Tints of Lima #78C31E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.52%

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

R = 34.78%
G = 56.52%
B = 8.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#78C31E (or 0x78C31E) is known color: Lima. HEX triplet: 78, C3 and 1E. RGB value is (120,195,30). Sum of RGB (Red+Green+Blue) = 120+195+30=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 195 (76.56% from 255 or 56.52% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 195 - color contains mainly: green. Hex color #78C31E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C31E is #873CE1. Grayscale: #9A9A9A. Windows color (decimal): -8862946 or 2016120. OLE color: 2016120.

HSL color Cylindrical-coordinate representation of color #78C31E: hue angle of 87.27º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #78C31E is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 120 195 30 -
CMYK 0.38 0 0.85 0.24
HSL 87.27º 0.73% 0.44% -
HSV(B) 87.27º 0.85% 0.76% -
XYZ 27.5 43.12 8.1 -
YUV 153.77 58.15 103.92 -
System Red Green Blue C M Y K H S L
Decimal 120 195 30 0.38 0 0.85 0.24 87.27 0.73 0.44
Hex 78 C3 1E 26 0 55 18 57 49 2C
Octal 170 303 36 46 0 125 30 127 111 54
Binary 1111000 11000011 11110 100110 0 1010101 11000 1010111 1001001 101100

Color Harmonies of #78C31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C31E

Black with #78C31E

Text Example


Text Example

White with #78C31E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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