Html Css Color HEX #78BB2D Lima

📋 copy color: '#78BB2D'

red 120 ◦ green 187 ◦ blue 45

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

Shades of Lima #78BB2D

Tints of Lima #78BB2D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 53.13%

 BLUE value IS 45 (17.97% from 255) = 12.78%

R = 34.09%
G = 53.13%
B = 12.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#78BB2D (or 0x78BB2D) is known color: Lima. HEX triplet: 78, BB and 2D. RGB value is (120,187,45). Sum of RGB (Red+Green+Blue) = 120+187+45=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 187 (73.44% from 255 or 53.12% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 187 - color contains mainly: green. Hex color #78BB2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BB2D is #8744D2. Grayscale: #979797. Windows color (decimal): -8864979 or 2997112. OLE color: 2997112.

HSL color Cylindrical-coordinate representation of color #78BB2D: hue angle of 88.31º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78BB2D is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 187 45 -
CMYK 0.36 0 0.76 0.27
HSL 88.31º 0.61% 0.45% -
HSV(B) 88.31º 0.76% 0.73% -
XYZ 25.99 39.72 8.78 -
YUV 150.78 68.3 106.05 -
System Red Green Blue C M Y K H S L
Decimal 120 187 45 0.36 0 0.76 0.27 88.31 0.61 0.45
Hex 78 BB 2D 24 0 4C 1B 58 3D 2D
Octal 170 273 55 44 0 114 33 130 75 55
Binary 1111000 10111011 101101 100100 0 1001100 11011 1011000 111101 101101

Color Harmonies of #78BB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BB2D

Black with #78BB2D

Text Example


Text Example

White with #78BB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,187,45); }

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

background-color css

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

 a { background-color: rgb(120,187,45); }

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

border-color css

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

 span { border-color: rgb(120,187,45); }

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