Html Css Color HEX #7BC201 Lima

📋 copy color: '#7BC201'

red 123 ◦ green 194 ◦ blue 1

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

Shades of Lima #7BC201

Tints of Lima #7BC201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 38.68%
G = 61.01%
B = 0.31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#7BC201 (or 0x7BC201) is known color: Lima. HEX triplet: 7B, C2 and 01. RGB value is (123,194,1). Sum of RGB (Red+Green+Blue) = 123+194+1=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 194 (76.17% from 255 or 61.01% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC201 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC201 is #843DFE. Grayscale: #979797. Windows color (decimal): -8666623 or 115323. OLE color: 115323.

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

Color convert

RGB 123 194 1 -
CMYK 0.37 0 0.99 0.24
HSL 82.07º 0.99% 0.38% -
HSV(B) 82.07º 0.99% 0.76% -
XYZ 27.47 42.8 6.84 -
YUV 150.77 43.48 108.19 -
System Red Green Blue C M Y K H S L
Decimal 123 194 1 0.37 0 0.99 0.24 82.07 0.99 0.38
Hex 7B C2 1 25 0 63 18 52 63 26
Octal 173 302 1 45 0 143 30 122 143 46
Binary 1111011 11000010 1 100101 0 1100011 11000 1010010 1100011 100110

Color Harmonies of #7BC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC201

Black with #7BC201

Text Example


Text Example

White with #7BC201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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