Html Css Color HEX #78CB20 Lima

📋 copy color: '#78CB20'

red 120 ◦ green 203 ◦ blue 32

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

Shades of Lima #78CB20

Tints of Lima #78CB20

RGB

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

 GREEN value IS 203 (79.69% from 255) = 57.18%

 BLUE value IS 32 (12.89% from 255) = 9.01%

R = 33.8%
G = 57.18%
B = 9.01%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#78CB20 (or 0x78CB20) is known color: Lima. HEX triplet: 78, CB and 20. RGB value is (120,203,32). Sum of RGB (Red+Green+Blue) = 120+203+32=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 203 (79.69% from 255 or 57.18% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 203 - color contains mainly: green. Hex color #78CB20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CB20 is #8734DF. Grayscale: #9F9F9F. Windows color (decimal): -8860896 or 2149240. OLE color: 2149240.

HSL color Cylindrical-coordinate representation of color #78CB20: hue angle of 89.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78CB20 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 203 32 -
CMYK 0.41 0 0.84 0.20
HSL 89.12º 0.73% 0.46% -
HSV(B) 89.12º 0.84% 0.8% -
XYZ 29.36 46.81 8.85 -
YUV 158.69 56.5 100.4 -
System Red Green Blue C M Y K H S L
Decimal 120 203 32 0.41 0 0.84 0.20 89.12 0.73 0.46
Hex 78 CB 20 29 0 54 14 59 49 2E
Octal 170 313 40 51 0 124 24 131 111 56
Binary 1111000 11001011 100000 101001 0 1010100 10100 1011001 1001001 101110

Color Harmonies of #78CB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CB20

Black with #78CB20

Text Example


Text Example

White with #78CB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,203,32); }

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

background-color css

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

 a { background-color: rgb(120,203,32); }

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

border-color css

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

 span { border-color: rgb(120,203,32); }

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