Html Css Color HEX #78CE0E Lima

📋 copy color: '#78CE0E'

red 120 ◦ green 206 ◦ blue 14

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

Shades of Lima #78CE0E

Tints of Lima #78CE0E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 60.59%

 BLUE value IS 14 (5.86% from 255) = 4.12%

R = 35.29%
G = 60.59%
B = 4.12%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#78CE0E (or 0x78CE0E) is known color: Lima. HEX triplet: 78, CE and 0E. RGB value is (120,206,14). Sum of RGB (Red+Green+Blue) = 120+206+14=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 206 (80.86% from 255 or 60.59% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CE0E is #8731F1. Grayscale: #9F9F9F. Windows color (decimal): -8860146 or 970360. OLE color: 970360.

HSL color Cylindrical-coordinate representation of color #78CE0E: hue angle of 86.88º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78CE0E is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 206 14 -
CMYK 0.42 0 0.93 0.19
HSL 86.88º 0.87% 0.43% -
HSV(B) 86.88º 0.93% 0.81% -
XYZ 29.9 48.17 8.14 -
YUV 158.4 46.51 100.61 -
System Red Green Blue C M Y K H S L
Decimal 120 206 14 0.42 0 0.93 0.19 86.88 0.87 0.43
Hex 78 CE E 2A 0 5D 13 57 57 2B
Octal 170 316 16 52 0 135 23 127 127 53
Binary 1111000 11001110 1110 101010 0 1011101 10011 1010111 1010111 101011

Color Harmonies of #78CE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CE0E

Black with #78CE0E

Text Example


Text Example

White with #78CE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,206,14); }

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

background-color css

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

 a { background-color: rgb(120,206,14); }

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

border-color css

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

 span { border-color: rgb(120,206,14); }

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