Html Css Color HEX #7BC320 Lima

📋 copy color: '#7BC320'

red 123 ◦ green 195 ◦ blue 32

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

Shades of Lima #7BC320

Tints of Lima #7BC320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.71%

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

R = 35.14%
G = 55.71%
B = 9.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#7BC320 (or 0x7BC320) is known color: Lima. HEX triplet: 7B, C3 and 20. RGB value is (123,195,32). Sum of RGB (Red+Green+Blue) = 123+195+32=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 195 (76.56% from 255 or 55.71% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC320 is #843CDF. Grayscale: #9B9B9B. Windows color (decimal): -8666336 or 2147195. OLE color: 2147195.

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

Color convert

RGB 123 195 32 -
CMYK 0.37 0 0.84 0.24
HSL 86.5º 0.72% 0.45% -
HSV(B) 86.5º 0.84% 0.76% -
XYZ 27.94 43.35 8.26 -
YUV 154.89 58.65 105.25 -
System Red Green Blue C M Y K H S L
Decimal 123 195 32 0.37 0 0.84 0.24 86.5 0.72 0.45
Hex 7B C3 20 25 0 54 18 57 48 2D
Octal 173 303 40 45 0 124 30 127 110 55
Binary 1111011 11000011 100000 100101 0 1010100 11000 1010111 1001000 101101

Color Harmonies of #7BC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC320

Black with #7BC320

Text Example


Text Example

White with #7BC320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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