Html Css Color HEX #78C921 Lima

📋 copy color: '#78C921'

red 120 ◦ green 201 ◦ blue 33

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

Shades of Lima #78C921

Tints of Lima #78C921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.32%

R = 33.9%
G = 56.78%
B = 9.32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#78C921 (or 0x78C921) is known color: Lima. HEX triplet: 78, C9 and 21. RGB value is (120,201,33). Sum of RGB (Red+Green+Blue) = 120+201+33=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 201 (78.91% from 255 or 56.78% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 201 - color contains mainly: green. Hex color #78C921 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C921 is #8736DE. Grayscale: #9E9E9E. Windows color (decimal): -8861407 or 2214264. OLE color: 2214264.

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

Color convert

RGB 120 201 33 -
CMYK 0.40 0 0.84 0.21
HSL 88.93º 0.72% 0.46% -
HSV(B) 88.93º 0.84% 0.79% -
XYZ 28.91 45.88 8.77 -
YUV 157.63 57.66 101.16 -
System Red Green Blue C M Y K H S L
Decimal 120 201 33 0.40 0 0.84 0.21 88.93 0.72 0.46
Hex 78 C9 21 28 0 54 15 59 48 2E
Octal 170 311 41 50 0 124 25 131 110 56
Binary 1111000 11001001 100001 101000 0 1010100 10101 1011001 1001000 101110

Color Harmonies of #78C921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C921

Black with #78C921

Text Example


Text Example

White with #78C921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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