Html Css Color HEX #78C828 Lima

📋 copy color: '#78C828'

red 120 ◦ green 200 ◦ blue 40

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

Shades of Lima #78C828

Tints of Lima #78C828

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.56%

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 33.33%
G = 55.56%
B = 11.11%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#78C828 (or 0x78C828) is known color: Lima. HEX triplet: 78, C8 and 28. RGB value is (120,200,40). Sum of RGB (Red+Green+Blue) = 120+200+40=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #78C828 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C828 is #8737D7. Grayscale: #9E9E9E. Windows color (decimal): -8861656 or 2672760. OLE color: 2672760.

HSL color Cylindrical-coordinate representation of color #78C828: hue angle of 90º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78C828 is Cyan = 0.4, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 120 200 40 -
CMYK 0.4 0 0.8 0.22
HSL 90º 0.67% 0.47% -
HSV(B) 90º 0.8% 0.78% -
XYZ 28.78 45.45 9.26 -
YUV 157.84 61.5 101.01 -
System Red Green Blue C M Y K H S L
Decimal 120 200 40 0.4 0 0.8 0.22 90 0.67 0.47
Hex 78 C8 28 28 0 50 16 5A 43 2F
Octal 170 310 50 50 0 120 26 132 103 57
Binary 1111000 11001000 101000 101000 0 1010000 10110 1011010 1000011 101111

Color Harmonies of #78C828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C828

Black with #78C828

Text Example


Text Example

White with #78C828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,200,40); }

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

background-color css

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

 a { background-color: rgb(120,200,40); }

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

border-color css

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

 span { border-color: rgb(120,200,40); }

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