Html Css Color HEX #78CA0D Lima

📋 copy color: '#78CA0D'

red 120 ◦ green 202 ◦ blue 13

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

Shades of Lima #78CA0D

Tints of Lima #78CA0D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 60.3%

 BLUE value IS 13 (5.47% from 255) = 3.88%

R = 35.82%
G = 60.3%
B = 3.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#78CA0D (or 0x78CA0D) is known color: Lima. HEX triplet: 78, CA and 0D. RGB value is (120,202,13). Sum of RGB (Red+Green+Blue) = 120+202+13=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 202 (79.30% from 255 or 60.30% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 202 - color contains mainly: green. Hex color #78CA0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CA0D is #8735F2. Grayscale: #9C9C9C. Windows color (decimal): -8861171 or 903800. OLE color: 903800.

HSL color Cylindrical-coordinate representation of color #78CA0D: hue angle of 86.03º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78CA0D is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 120 202 13 -
CMYK 0.41 0 0.94 0.21
HSL 86.03º 0.88% 0.42% -
HSV(B) 86.03º 0.94% 0.79% -
XYZ 28.94 46.26 7.79 -
YUV 155.94 47.33 102.37 -
System Red Green Blue C M Y K H S L
Decimal 120 202 13 0.41 0 0.94 0.21 86.03 0.88 0.42
Hex 78 CA D 29 0 5E 15 56 58 2A
Octal 170 312 15 51 0 136 25 126 130 52
Binary 1111000 11001010 1101 101001 0 1011110 10101 1010110 1011000 101010

Color Harmonies of #78CA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CA0D

Black with #78CA0D

Text Example


Text Example

White with #78CA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,202,13); }

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

background-color css

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

 a { background-color: rgb(120,202,13); }

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

border-color css

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

 span { border-color: rgb(120,202,13); }

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