Html Css Color HEX #7BC200 Lima

📋 copy color: '#7BC200'

red 123 ◦ green 194 ◦ blue 0

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

Shades of Lima #7BC200

Tints of Lima #7BC200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.8%
G = 61.2%
B = 0%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#7BC200 (or 0x7BC200) is known color: Lima. HEX triplet: 7B, C2 and 00. RGB value is (123,194,0). Sum of RGB (Red+Green+Blue) = 123+194+0=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 194 (76.17% from 255 or 61.20% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC200 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC200 is #843DFF. Grayscale: #979797. Windows color (decimal): -8666624 or 49787. OLE color: 49787.

HSL color Cylindrical-coordinate representation of color #7BC200: hue angle of 81.96º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7BC200 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 123 194 0 -
CMYK 0.37 0 1 0.24
HSL 81.96º 1% 0.38% -
HSV(B) 81.96º 1% 0.76% -
XYZ 27.46 42.79 6.81 -
YUV 150.66 42.98 108.27 -
System Red Green Blue C M Y K H S L
Decimal 123 194 0 0.37 0 1 0.24 81.96 1 0.38
Hex 7B C2 0 25 0 64 18 52 64 26
Octal 173 302 0 45 0 144 30 122 144 46
Binary 1111011 11000010 0 100101 0 1100100 11000 1010010 1100100 100110

Color Harmonies of #7BC200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC200

Black with #7BC200

Text Example


Text Example

White with #7BC200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,194,0); }

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

background-color css

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

 a { background-color: rgb(123,194,0); }

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

border-color css

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

 span { border-color: rgb(123,194,0); }

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