#78D21F

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

Shades of Lima #78D21F

Tints of Lima #78D21F

Color information

#78D21F (or 0x78D21F) is unknown color: approx Lima. HEX triplet: 78, D2 and 1F. RGB value is (120,210,31). Sum of RGB (Red+Green+Blue) = 120+210+31=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 210 (82.42% from 255 or 58.17% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 210 - color contains mainly: green. Hex color #78D21F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78D21F is #872DE0. Grayscale: #A3A3A3. Windows color (decimal): -8859105 or 2085496. OLE color: 2085496.

HSL color Cylindrical-coordinate representation of color #78D21F: hue angle of 90.17º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #78D21F is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB12021031-
CMYK0.4300.850.18
HSL90.17º74.27%47.25%-
HSV(B)90.17º85.24%82.35%-
XYZ31.0450.199.35-
YUV162.6853.6897.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.24%
GREEN value IS 210 (82.42% from 255) = 58.17%
BLUE value IS 31 (12.5% from 255) = 8.59%
R=33.24%
G=58.17%
B=8.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal120210310.4300.850.1890.1774.2747.25
Hex78D21F2B055125a4a2f
Octal170322375301252213211257
Binary11110001101001011111101011010101011001010110101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,210,31); }

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

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

 a { background-color: rgb(120,210,31); }

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

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

 span { border-color: rgb(120,210,31); }

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