Html Css Color HEX #78C922 Lima

📋 copy color: '#78C922'

red 120 ◦ green 201 ◦ blue 34

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

Shades of Lima #78C922

Tints of Lima #78C922

RGB

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

 GREEN value IS 201 (78.91% from 255) = 56.62%

 BLUE value IS 34 (13.67% from 255) = 9.58%

R = 33.8%
G = 56.62%
B = 9.58%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#78C922 (or 0x78C922) is known color: Lima. HEX triplet: 78, C9 and 22. RGB value is (120,201,34). Sum of RGB (Red+Green+Blue) = 120+201+34=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 201 (78.91% from 255 or 56.62% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 201 - color contains mainly: green. Hex color #78C922 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C922 is #8736DD. Grayscale: #9E9E9E. Windows color (decimal): -8861406 or 2279800. OLE color: 2279800.

HSL color Cylindrical-coordinate representation of color #78C922: hue angle of 89.1º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78C922 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 120 201 34 -
CMYK 0.40 0 0.83 0.21
HSL 89.1º 0.71% 0.46% -
HSV(B) 89.1º 0.83% 0.79% -
XYZ 28.92 45.88 8.85 -
YUV 157.74 58.16 101.08 -
System Red Green Blue C M Y K H S L
Decimal 120 201 34 0.40 0 0.83 0.21 89.1 0.71 0.46
Hex 78 C9 22 28 0 53 15 59 47 2E
Octal 170 311 42 50 0 123 25 131 107 56
Binary 1111000 11001001 100010 101000 0 1010011 10101 1011001 1000111 101110

Color Harmonies of #78C922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C922

Black with #78C922

Text Example


Text Example

White with #78C922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,201,34); }

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

background-color css

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

 a { background-color: rgb(120,201,34); }

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

border-color css

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

 span { border-color: rgb(120,201,34); }

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