#78AF24

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

Shades of Lima #78AF24

Tints of Lima #78AF24

Color information

#78AF24 (or 0x78AF24) is unknown color: approx Lima. HEX triplet: 78, AF and 24. RGB value is (120,175,36). Sum of RGB (Red+Green+Blue) = 120+175+36=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AF24 is #8750DB. Grayscale: #8F8F8F. Windows color (decimal): -8868060 or 2404216. OLE color: 2404216.

HSL color Cylindrical-coordinate representation of color #78AF24: hue angle of 83.74º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #78AF24 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB12017536-
CMYK0.3100.790.31
HSL83.74º65.88%41.37%-
HSV(B)83.74º79.43%68.63%-
XYZ23.3934.787.15-
YUV142.7167.78111.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 175 (68.75% from 255) = 52.87%
BLUE value IS 36 (14.45% from 255) = 10.88%
R=36.25%
G=52.87%
B=10.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120175360.3100.790.3183.7465.8841.37
Hex78AF241F04F1F544229
Octal170257443701173712410251
Binary11110001010111110010011111010011111111110101001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AF24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,175,36); }

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

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

 a { background-color: rgb(120,175,36); }

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

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

 span { border-color: rgb(120,175,36); }

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