Html Css Color HEX #78CF1A Lima

📋 copy color: '#78CF1A'

red 120 ◦ green 207 ◦ blue 26

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

Shades of Lima #78CF1A

Tints of Lima #78CF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.37%

R = 33.99%
G = 58.64%
B = 7.37%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#78CF1A (or 0x78CF1A) is known color: Lima. HEX triplet: 78, CF and 1A. RGB value is (120,207,26). Sum of RGB (Red+Green+Blue) = 120+207+26=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 207 (81.25% from 255 or 58.64% from 353); Blue value is 26 (10.55% from 255 or 7.37% from 353); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CF1A is #8730E5. Grayscale: #A0A0A0. Windows color (decimal): -8859878 or 1757048. OLE color: 1757048.

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

Color convert

RGB 120 207 26 -
CMYK 0.42 0 0.87 0.19
HSL 88.84º 0.78% 0.46% -
HSV(B) 88.84º 0.87% 0.81% -
XYZ 30.25 48.69 8.78 -
YUV 160.35 52.18 99.22 -
System Red Green Blue C M Y K H S L
Decimal 120 207 26 0.42 0 0.87 0.19 88.84 0.78 0.46
Hex 78 CF 1A 2A 0 57 13 59 4E 2E
Octal 170 317 32 52 0 127 23 131 116 56
Binary 1111000 11001111 11010 101010 0 1010111 10011 1011001 1001110 101110

Color Harmonies of #78CF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CF1A

Black with #78CF1A

Text Example


Text Example

White with #78CF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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