Html Css Color HEX #78C235 Lima

📋 copy color: '#78C235'

red 120 ◦ green 194 ◦ blue 53

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

Shades of Lima #78C235

Tints of Lima #78C235

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.86%

 BLUE value IS 53 (21.09% from 255) = 14.44%

R = 32.7%
G = 52.86%
B = 14.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#78C235 (or 0x78C235) is known color: Lima. HEX triplet: 78, C2 and 35. RGB value is (120,194,53). Sum of RGB (Red+Green+Blue) = 120+194+53=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #78C235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C235 is #873DCA. Grayscale: #9C9C9C. Windows color (decimal): -8863179 or 3523192. OLE color: 3523192.

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

Color convert

RGB 120 194 53 -
CMYK 0.38 0 0.73 0.24
HSL 91.49º 0.57% 0.48% -
HSV(B) 91.49º 0.73% 0.76% -
XYZ 27.68 42.83 10.18 -
YUV 155.8 69.98 102.46 -
System Red Green Blue C M Y K H S L
Decimal 120 194 53 0.38 0 0.73 0.24 91.49 0.57 0.48
Hex 78 C2 35 26 0 49 18 5B 39 30
Octal 170 302 65 46 0 111 30 133 71 60
Binary 1111000 11000010 110101 100110 0 1001001 11000 1011011 111001 110000

Color Harmonies of #78C235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C235

Black with #78C235

Text Example


Text Example

White with #78C235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,194,53); }

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

background-color css

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

 a { background-color: rgb(120,194,53); }

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

border-color css

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

 span { border-color: rgb(120,194,53); }

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