Html Css Color HEX #78BC32 Lima

📋 copy color: '#78BC32'

red 120 ◦ green 188 ◦ blue 50

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

Shades of Lima #78BC32

Tints of Lima #78BC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.51%

 BLUE value IS 50 (19.92% from 255) = 13.97%

R = 33.52%
G = 52.51%
B = 13.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#78BC32 (or 0x78BC32) is known color: Lima. HEX triplet: 78, BC and 32. RGB value is (120,188,50). Sum of RGB (Red+Green+Blue) = 120+188+50=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BC32 is #8743CD. Grayscale: #989898. Windows color (decimal): -8864718 or 3325048. OLE color: 3325048.

HSL color Cylindrical-coordinate representation of color #78BC32: hue angle of 89.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78BC32 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 188 50 -
CMYK 0.36 0 0.73 0.26
HSL 89.57º 0.58% 0.47% -
HSV(B) 89.57º 0.73% 0.74% -
XYZ 26.3 40.19 9.39 -
YUV 151.94 70.47 105.22 -
System Red Green Blue C M Y K H S L
Decimal 120 188 50 0.36 0 0.73 0.26 89.57 0.58 0.47
Hex 78 BC 32 24 0 49 1A 5A 3A 2F
Octal 170 274 62 44 0 111 32 132 72 57
Binary 1111000 10111100 110010 100100 0 1001001 11010 1011010 111010 101111

Color Harmonies of #78BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BC32

Black with #78BC32

Text Example


Text Example

White with #78BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,188,50); }

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

background-color css

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

 a { background-color: rgb(120,188,50); }

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

border-color css

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

 span { border-color: rgb(120,188,50); }

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