Html Css Color HEX #78C321 Lima

📋 copy color: '#78C321'

red 120 ◦ green 195 ◦ blue 33

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

Shades of Lima #78C321

Tints of Lima #78C321

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.03%

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

R = 34.48%
G = 56.03%
B = 9.48%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#78C321 (or 0x78C321) is known color: Lima. HEX triplet: 78, C3 and 21. RGB value is (120,195,33). Sum of RGB (Red+Green+Blue) = 120+195+33=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 195 (76.56% from 255 or 56.03% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 195 - color contains mainly: green. Hex color #78C321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C321 is #873CDE. Grayscale: #9A9A9A. Windows color (decimal): -8862943 or 2212728. OLE color: 2212728.

HSL color Cylindrical-coordinate representation of color #78C321: hue angle of 87.78º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78C321 is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 120 195 33 -
CMYK 0.38 0 0.83 0.24
HSL 87.78º 0.71% 0.45% -
HSV(B) 87.78º 0.83% 0.76% -
XYZ 27.54 43.13 8.31 -
YUV 154.11 59.65 103.67 -
System Red Green Blue C M Y K H S L
Decimal 120 195 33 0.38 0 0.83 0.24 87.78 0.71 0.45
Hex 78 C3 21 26 0 53 18 58 47 2D
Octal 170 303 41 46 0 123 30 130 107 55
Binary 1111000 11000011 100001 100110 0 1010011 11000 1011000 1000111 101101

Color Harmonies of #78C321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C321

Black with #78C321

Text Example


Text Example

White with #78C321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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