Html Css Color HEX #78BF31 Lima

📋 copy color: '#78BF31'

red 120 ◦ green 191 ◦ blue 49

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

Shades of Lima #78BF31

Tints of Lima #78BF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.61%

R = 33.33%
G = 53.06%
B = 13.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#78BF31 (or 0x78BF31) is known color: Lima. HEX triplet: 78, BF and 31. RGB value is (120,191,49). Sum of RGB (Red+Green+Blue) = 120+191+49=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 191 (75% from 255 or 53.06% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BF31 is #8740CE. Grayscale: #9A9A9A. Windows color (decimal): -8863951 or 3260280. OLE color: 3260280.

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

Color convert

RGB 120 191 49 -
CMYK 0.37 0 0.74 0.25
HSL 90º 0.59% 0.47% -
HSV(B) 90º 0.74% 0.75% -
XYZ 26.93 41.48 9.49 -
YUV 153.58 68.98 104.05 -
System Red Green Blue C M Y K H S L
Decimal 120 191 49 0.37 0 0.74 0.25 90 0.59 0.47
Hex 78 BF 31 25 0 4A 19 5A 3B 2F
Octal 170 277 61 45 0 112 31 132 73 57
Binary 1111000 10111111 110001 100101 0 1001010 11001 1011010 111011 101111

Color Harmonies of #78BF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BF31

Black with #78BF31

Text Example


Text Example

White with #78BF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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