Html Css Color HEX #78BD34 Lima

📋 copy color: '#78BD34'

red 120 ◦ green 189 ◦ blue 52

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

Shades of Lima #78BD34

Tints of Lima #78BD34

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.35%

 BLUE value IS 52 (20.7% from 255) = 14.4%

R = 33.24%
G = 52.35%
B = 14.4%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#78BD34 (or 0x78BD34) is known color: Lima. HEX triplet: 78, BD and 34. RGB value is (120,189,52). Sum of RGB (Red+Green+Blue) = 120+189+52=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #78BD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BD34 is #8742CB. Grayscale: #999999. Windows color (decimal): -8864460 or 3456376. OLE color: 3456376.

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

Color convert

RGB 120 189 52 -
CMYK 0.37 0 0.72 0.26
HSL 90.22º 0.57% 0.47% -
HSV(B) 90.22º 0.72% 0.74% -
XYZ 26.56 40.64 9.69 -
YUV 152.75 71.14 104.64 -
System Red Green Blue C M Y K H S L
Decimal 120 189 52 0.37 0 0.72 0.26 90.22 0.57 0.47
Hex 78 BD 34 25 0 48 1A 5A 39 2F
Octal 170 275 64 45 0 110 32 132 71 57
Binary 1111000 10111101 110100 100101 0 1001000 11010 1011010 111001 101111

Color Harmonies of #78BD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BD34

Black with #78BD34

Text Example


Text Example

White with #78BD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,189,52); }

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

background-color css

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

 a { background-color: rgb(120,189,52); }

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

border-color css

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

 span { border-color: rgb(120,189,52); }

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