Html Css Color HEX #7BC120 Lima

📋 copy color: '#7BC120'

red 123 ◦ green 193 ◦ blue 32

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

Shades of Lima #7BC120

Tints of Lima #7BC120

RGB

 RED value IS 123 (48.44% from 255) = 35.34%

 GREEN value IS 193 (75.78% from 255) = 55.46%

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

R = 35.34%
G = 55.46%
B = 9.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#7BC120 (or 0x7BC120) is known color: Lima. HEX triplet: 7B, C1 and 20. RGB value is (123,193,32). Sum of RGB (Red+Green+Blue) = 123+193+32=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 193 (75.78% from 255 or 55.46% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 193 - color contains mainly: green. Hex color #7BC120 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC120 is #843EDF. Grayscale: #9A9A9A. Windows color (decimal): -8666848 or 2146683. OLE color: 2146683.

HSL color Cylindrical-coordinate representation of color #7BC120: hue angle of 86.09º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7BC120 is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 123 193 32 -
CMYK 0.36 0 0.83 0.24
HSL 86.09º 0.72% 0.44% -
HSV(B) 86.09º 0.83% 0.76% -
XYZ 27.5 42.46 8.11 -
YUV 153.72 59.31 106.09 -
System Red Green Blue C M Y K H S L
Decimal 123 193 32 0.36 0 0.83 0.24 86.09 0.72 0.44
Hex 7B C1 20 24 0 53 18 56 48 2C
Octal 173 301 40 44 0 123 30 126 110 54
Binary 1111011 11000001 100000 100100 0 1010011 11000 1010110 1001000 101100

Color Harmonies of #7BC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC120

Black with #7BC120

Text Example


Text Example

White with #7BC120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BC120; }

 p { color: rgb(123,193,32); }

 H1.HeaderClassName
 {
   color: #7BC120;
 }
 .AnyTagClassName
 {
   color: #7BC120;
 }
</style>

background-color css

<style>
 a { background-color: #7BC120; }

 a { background-color: rgb(123,193,32); }

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

border-color css

<style>
 span { border-color: #7BC120; }

 span { border-color: rgb(123,193,32); }

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