Html Css Color HEX #7BC032 Lima

📋 copy color: '#7BC032'

red 123 ◦ green 192 ◦ blue 50

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

Shades of Lima #7BC032

Tints of Lima #7BC032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.6%

 BLUE value IS 50 (19.92% from 255) = 13.7%

R = 33.7%
G = 52.6%
B = 13.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#7BC032 (or 0x7BC032) is known color: Lima. HEX triplet: 7B, C0 and 32. RGB value is (123,192,50). Sum of RGB (Red+Green+Blue) = 123+192+50=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC032 is #843FCD. Grayscale: #9B9B9B. Windows color (decimal): -8667086 or 3326075. OLE color: 3326075.

HSL color Cylindrical-coordinate representation of color #7BC032: hue angle of 89.15º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7BC032 is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 192 50 -
CMYK 0.36 0 0.74 0.25
HSL 89.15º 0.59% 0.47% -
HSV(B) 89.15º 0.74% 0.75% -
XYZ 27.59 42.14 9.7 -
YUV 155.18 68.64 105.05 -
System Red Green Blue C M Y K H S L
Decimal 123 192 50 0.36 0 0.74 0.25 89.15 0.59 0.47
Hex 7B C0 32 24 0 4A 19 59 3B 2F
Octal 173 300 62 44 0 112 31 131 73 57
Binary 1111011 11000000 110010 100100 0 1001010 11001 1011001 111011 101111

Color Harmonies of #7BC032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC032

Black with #7BC032

Text Example


Text Example

White with #7BC032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,192,50); }

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

background-color css

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

 a { background-color: rgb(123,192,50); }

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

border-color css

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

 span { border-color: rgb(123,192,50); }

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