Html Css Color HEX #78CC04 Lima

📋 copy color: '#78CC04'

red 120 ◦ green 204 ◦ blue 4

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

Shades of Lima #78CC04

Tints of Lima #78CC04

RGB

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

 GREEN value IS 204 (80.08% from 255) = 62.2%

 BLUE value IS 4 (1.95% from 255) = 1.22%

R = 36.59%
G = 62.2%
B = 1.22%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#78CC04 (or 0x78CC04) is known color: Lima. HEX triplet: 78, CC and 04. RGB value is (120,204,4). Sum of RGB (Red+Green+Blue) = 120+204+4=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 204 (80.08% from 255 or 62.20% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CC04 is #8733FB. Grayscale: #9C9C9C. Windows color (decimal): -8860668 or 314488. OLE color: 314488.

HSL color Cylindrical-coordinate representation of color #78CC04: hue angle of 85.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78CC04 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 120 204 4 -
CMYK 0.41 0 0.98 0.2
HSL 85.2º 0.96% 0.41% -
HSV(B) 85.2º 0.98% 0.8% -
XYZ 29.36 47.19 7.68 -
YUV 156.08 42.17 102.26 -
System Red Green Blue C M Y K H S L
Decimal 120 204 4 0.41 0 0.98 0.2 85.2 0.96 0.41
Hex 78 CC 4 29 0 62 14 55 60 29
Octal 170 314 4 51 0 142 24 125 140 51
Binary 1111000 11001100 100 101001 0 1100010 10100 1010101 1100000 101001

Color Harmonies of #78CC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CC04

Black with #78CC04

Text Example


Text Example

White with #78CC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,204,4); }

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

background-color css

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

 a { background-color: rgb(120,204,4); }

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

border-color css

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

 span { border-color: rgb(120,204,4); }

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