Html Css Color HEX #7BC205 Lima

📋 copy color: '#7BC205'

red 123 ◦ green 194 ◦ blue 5

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

Shades of Lima #7BC205

Tints of Lima #7BC205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 38.2%
G = 60.25%
B = 1.55%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#7BC205 (or 0x7BC205) is known color: Lima. HEX triplet: 7B, C2 and 05. RGB value is (123,194,5). Sum of RGB (Red+Green+Blue) = 123+194+5=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 194 (76.17% from 255 or 60.25% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC205 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC205 is #843DFA. Grayscale: #979797. Windows color (decimal): -8666619 or 377467. OLE color: 377467.

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

Color convert

RGB 123 194 5 -
CMYK 0.37 0 0.97 0.24
HSL 82.54º 0.95% 0.39% -
HSV(B) 82.54º 0.97% 0.76% -
XYZ 27.49 42.81 6.96 -
YUV 151.23 45.48 107.87 -
System Red Green Blue C M Y K H S L
Decimal 123 194 5 0.37 0 0.97 0.24 82.54 0.95 0.39
Hex 7B C2 5 25 0 61 18 53 5F 27
Octal 173 302 5 45 0 141 30 123 137 47
Binary 1111011 11000010 101 100101 0 1100001 11000 1010011 1011111 100111

Color Harmonies of #7BC205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC205

Black with #7BC205

Text Example


Text Example

White with #7BC205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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