Html Css Color HEX #78CB21 Lima

📋 copy color: '#78CB21'

red 120 ◦ green 203 ◦ blue 33

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

Shades of Lima #78CB21

Tints of Lima #78CB21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.27%

R = 33.71%
G = 57.02%
B = 9.27%

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

#78CB21 (or 0x78CB21) is known color: Lima. HEX triplet: 78, CB and 21. RGB value is (120,203,33). Sum of RGB (Red+Green+Blue) = 120+203+33=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 203 (79.69% from 255 or 57.02% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 203 - color contains mainly: green. Hex color #78CB21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CB21 is #8734DE. Grayscale: #9F9F9F. Windows color (decimal): -8860895 or 2214776. OLE color: 2214776.

HSL color Cylindrical-coordinate representation of color #78CB21: hue angle of 89.29º degrees, saturation: 0.72, 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 #78CB21 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 203 33 -
CMYK 0.41 0 0.84 0.20
HSL 89.29º 0.72% 0.46% -
HSV(B) 89.29º 0.84% 0.8% -
XYZ 29.38 46.81 8.93 -
YUV 158.8 57 100.32 -
System Red Green Blue C M Y K H S L
Decimal 120 203 33 0.41 0 0.84 0.20 89.29 0.72 0.46
Hex 78 CB 21 29 0 54 14 59 48 2E
Octal 170 313 41 51 0 124 24 131 110 56
Binary 1111000 11001011 100001 101001 0 1010100 10100 1011001 1001000 101110

Color Harmonies of #78CB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CB21

Black with #78CB21

Text Example


Text Example

White with #78CB21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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