Html Css Color HEX #78C32D Lima

📋 copy color: '#78C32D'

red 120 ◦ green 195 ◦ blue 45

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

Shades of Lima #78C32D

Tints of Lima #78C32D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.17%

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

R = 33.33%
G = 54.17%
B = 12.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#78C32D (or 0x78C32D) is known color: Lima. HEX triplet: 78, C3 and 2D. RGB value is (120,195,45). Sum of RGB (Red+Green+Blue) = 120+195+45=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #78C32D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C32D is #873CD2. Grayscale: #9C9C9C. Windows color (decimal): -8862931 or 2999160. OLE color: 2999160.

HSL color Cylindrical-coordinate representation of color #78C32D: hue angle of 90º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78C32D is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 120 195 45 -
CMYK 0.38 0 0.77 0.24
HSL 90º 0.63% 0.47% -
HSV(B) 90º 0.77% 0.76% -
XYZ 27.73 43.21 9.36 -
YUV 155.48 65.65 102.7 -
System Red Green Blue C M Y K H S L
Decimal 120 195 45 0.38 0 0.77 0.24 90 0.63 0.47
Hex 78 C3 2D 26 0 4D 18 5A 3E 2F
Octal 170 303 55 46 0 115 30 132 76 57
Binary 1111000 11000011 101101 100110 0 1001101 11000 1011010 111110 101111

Color Harmonies of #78C32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C32D

Black with #78C32D

Text Example


Text Example

White with #78C32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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