Html Css Color HEX #78CE12 Lima

📋 copy color: '#78CE12'

red 120 ◦ green 206 ◦ blue 18

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

Shades of Lima #78CE12

Tints of Lima #78CE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.23%

R = 34.88%
G = 59.88%
B = 5.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#78CE12 (or 0x78CE12) is known color: Lima. HEX triplet: 78, CE and 12. RGB value is (120,206,18). Sum of RGB (Red+Green+Blue) = 120+206+18=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 206 (80.86% from 255 or 59.88% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CE12 is #8731ED. Grayscale: #9F9F9F. Windows color (decimal): -8860142 or 1232504. OLE color: 1232504.

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

Color convert

RGB 120 206 18 -
CMYK 0.42 0 0.91 0.19
HSL 87.45º 0.84% 0.44% -
HSV(B) 87.45º 0.91% 0.81% -
XYZ 29.93 48.18 8.29 -
YUV 158.85 48.51 100.29 -
System Red Green Blue C M Y K H S L
Decimal 120 206 18 0.42 0 0.91 0.19 87.45 0.84 0.44
Hex 78 CE 12 2A 0 5B 13 57 54 2C
Octal 170 316 22 52 0 133 23 127 124 54
Binary 1111000 11001110 10010 101010 0 1011011 10011 1010111 1010100 101100

Color Harmonies of #78CE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CE12

Black with #78CE12

Text Example


Text Example

White with #78CE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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