Html Css Color HEX #78BF2C Lima

📋 copy color: '#78BF2C'

red 120 ◦ green 191 ◦ blue 44

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

Shades of Lima #78BF2C

Tints of Lima #78BF2C

RGB

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

 GREEN value IS 191 (75% from 255) = 53.8%

 BLUE value IS 44 (17.58% from 255) = 12.39%

R = 33.8%
G = 53.8%
B = 12.39%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#78BF2C (or 0x78BF2C) is known color: Lima. HEX triplet: 78, BF and 2C. RGB value is (120,191,44). Sum of RGB (Red+Green+Blue) = 120+191+44=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BF2C is #8740D3. Grayscale: #999999. Windows color (decimal): -8863956 or 2932600. OLE color: 2932600.

HSL color Cylindrical-coordinate representation of color #78BF2C: hue angle of 88.98º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78BF2C is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 191 44 -
CMYK 0.37 0 0.77 0.25
HSL 88.98º 0.63% 0.46% -
HSV(B) 88.98º 0.77% 0.75% -
XYZ 26.83 41.44 8.97 -
YUV 153.01 66.48 104.45 -
System Red Green Blue C M Y K H S L
Decimal 120 191 44 0.37 0 0.77 0.25 88.98 0.63 0.46
Hex 78 BF 2C 25 0 4D 19 59 3F 2E
Octal 170 277 54 45 0 115 31 131 77 56
Binary 1111000 10111111 101100 100101 0 1001101 11001 1011001 111111 101110

Color Harmonies of #78BF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BF2C

Black with #78BF2C

Text Example


Text Example

White with #78BF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,191,44); }

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

background-color css

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

 a { background-color: rgb(120,191,44); }

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

border-color css

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

 span { border-color: rgb(120,191,44); }

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