#78C933

Color #78C933 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #78C933

Tints of Lima #78C933

Color information

#78C933 (or 0x78C933) is unknown color: approx Lima. HEX triplet: 78, C9 and 33. RGB value is (120,201,51). Sum of RGB (Red+Green+Blue) = 120+201+51=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 201 (78.91% from 255 or 54.03% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 201 - color contains mainly: green. Hex color #78C933 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C933 is #8736CC. Grayscale: #A0A0A0. Windows color (decimal): -8861389 or 3393912. OLE color: 3393912.

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

Color convert

RGB12020151-
CMYK0.4000.750.21
HSL92.4º59.52%49.41%-
HSV(B)92.4º74.63%78.82%-
XYZ29.2346.0110.47-
YUV159.6866.6699.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.26%
GREEN value IS 201 (78.91% from 255) = 54.03%
BLUE value IS 51 (20.31% from 255) = 13.71%
R=32.26%
G=54.03%
B=13.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal120201510.4000.750.2192.459.5249.41
Hex78C9332804B155c3c31
Octal17031163500113251347461
Binary11110001100100111001110100001001011101011011100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #78C933;
 }
 .AnyTagClassName
 {
   color: #78C933;
 }
</style>
background-color css

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

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

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

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

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

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