Html Css Color HEX #78CD14 Lima

📋 copy color: '#78CD14'

red 120 ◦ green 205 ◦ blue 20

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

Shades of Lima #78CD14

Tints of Lima #78CD14

RGB

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

 GREEN value IS 205 (80.47% from 255) = 59.42%

 BLUE value IS 20 (8.2% from 255) = 5.8%

R = 34.78%
G = 59.42%
B = 5.8%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#78CD14 (or 0x78CD14) is known color: Lima. HEX triplet: 78, CD and 14. RGB value is (120,205,20). Sum of RGB (Red+Green+Blue) = 120+205+20=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 205 (80.47% from 255 or 59.42% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 205 - color contains mainly: green. Hex color #78CD14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CD14 is #8732EB. Grayscale: #9F9F9F. Windows color (decimal): -8860396 or 1363320. OLE color: 1363320.

HSL color Cylindrical-coordinate representation of color #78CD14: hue angle of 87.57º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78CD14 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 205 20 -
CMYK 0.41 0 0.90 0.20
HSL 87.57º 0.82% 0.44% -
HSV(B) 87.57º 0.9% 0.8% -
XYZ 29.7 47.71 8.3 -
YUV 158.5 49.84 100.54 -
System Red Green Blue C M Y K H S L
Decimal 120 205 20 0.41 0 0.90 0.20 87.57 0.82 0.44
Hex 78 CD 14 29 0 5A 14 58 52 2C
Octal 170 315 24 51 0 132 24 130 122 54
Binary 1111000 11001101 10100 101001 0 1011010 10100 1011000 1010010 101100

Color Harmonies of #78CD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CD14

Black with #78CD14

Text Example


Text Example

White with #78CD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,205,20); }

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

background-color css

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

 a { background-color: rgb(120,205,20); }

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

border-color css

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

 span { border-color: rgb(120,205,20); }

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