Html Css Color HEX #78CF12 Lima

📋 copy color: '#78CF12'

red 120 ◦ green 207 ◦ blue 18

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

Shades of Lima #78CF12

Tints of Lima #78CF12

RGB

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

 GREEN value IS 207 (81.25% from 255) = 60%

 BLUE value IS 18 (7.42% from 255) = 5.22%

R = 34.78%
G = 60%
B = 5.22%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#78CF12 (or 0x78CF12) is known color: Lima. HEX triplet: 78, CF and 12. RGB value is (120,207,18). Sum of RGB (Red+Green+Blue) = 120+207+18=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CF12 is #8730ED. Grayscale: #A0A0A0. Windows color (decimal): -8859886 or 1232760. OLE color: 1232760.

HSL color Cylindrical-coordinate representation of color #78CF12: hue angle of 87.62º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78CF12 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 207 18 -
CMYK 0.42 0 0.91 0.19
HSL 87.62º 0.84% 0.44% -
HSV(B) 87.62º 0.91% 0.81% -
XYZ 30.17 48.66 8.38 -
YUV 159.44 48.18 99.87 -
System Red Green Blue C M Y K H S L
Decimal 120 207 18 0.42 0 0.91 0.19 87.62 0.84 0.44
Hex 78 CF 12 2A 0 5B 13 58 54 2C
Octal 170 317 22 52 0 133 23 130 124 54
Binary 1111000 11001111 10010 101010 0 1011011 10011 1011000 1010100 101100

Color Harmonies of #78CF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CF12

Black with #78CF12

Text Example


Text Example

White with #78CF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,207,18); }

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

background-color css

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

 a { background-color: rgb(120,207,18); }

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

border-color css

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

 span { border-color: rgb(120,207,18); }

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