Html Css Color HEX #78D515 Lima

📋 copy color: '#78D515'

red 120 ◦ green 213 ◦ blue 21

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

Shades of Lima #78D515

Tints of Lima #78D515

RGB

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

 GREEN value IS 213 (83.59% from 255) = 60.17%

 BLUE value IS 21 (8.59% from 255) = 5.93%

R = 33.9%
G = 60.17%
B = 5.93%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#78D515 (or 0x78D515) is known color: Lima. HEX triplet: 78, D5 and 15. RGB value is (120,213,21). Sum of RGB (Red+Green+Blue) = 120+213+21=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 213 (83.59% from 255 or 60.17% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 213 - color contains mainly: green. Hex color #78D515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78D515 is #872AEA. Grayscale: #A3A3A3. Windows color (decimal): -8858347 or 1430904. OLE color: 1430904.

HSL color Cylindrical-coordinate representation of color #78D515: hue angle of 89.06º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78D515 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 213 21 -
CMYK 0.44 0 0.90 0.16
HSL 89.06º 0.82% 0.46% -
HSV(B) 89.06º 0.9% 0.84% -
XYZ 31.68 51.64 9.01 -
YUV 163.31 47.69 97.11 -
System Red Green Blue C M Y K H S L
Decimal 120 213 21 0.44 0 0.90 0.16 89.06 0.82 0.46
Hex 78 D5 15 2C 0 5A 10 59 52 2E
Octal 170 325 25 54 0 132 20 131 122 56
Binary 1111000 11010101 10101 101100 0 1011010 10000 1011001 1010010 101110

Color Harmonies of #78D515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D515

Black with #78D515

Text Example


Text Example

White with #78D515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,213,21); }

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

background-color css

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

 a { background-color: rgb(120,213,21); }

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

border-color css

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

 span { border-color: rgb(120,213,21); }

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